We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69a621 commit ccd7277Copy full SHA for ccd7277
…/helper/model/flutter_shortcut_item.dart lib/src/helper/model/shortcut_item.dartlib/src/helper/model/flutter_shortcut_item.dart renamed to lib/src/helper/model/shortcut_item.dart
@@ -10,19 +10,19 @@ for more details.
10
11
import '../enums/shortcut_icon_asset.dart';
12
13
-class FlutterShortcutItem {
14
- /// Create a flutter shortcut item.
+class ShortcutItem {
+ /// Create a shortcut item.
15
/// Eg.
16
/// ```dart
17
- /// const FlutterShortcutItem(
+ /// const ShortcutItem(
18
/// id: "1",
19
/// action: 'Home page action',
20
/// shortLabel: 'Home Page',
21
/// icon: 'assets/icons/home.png',
22
/// );
23
/// ```
24
25
- const FlutterShortcutItem({
+ const ShortcutItem({
26
required this.id,
27
required this.action,
28
required this.shortLabel,
0 commit comments