Skip to content

Commit ccd7277

Browse files
committed
FlutterShortcutItem renamed to ShortcutItem
1 parent d69a621 commit ccd7277

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/src/helper/model/flutter_shortcut_item.dart renamed to lib/src/helper/model/shortcut_item.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ for more details.
1010

1111
import '../enums/shortcut_icon_asset.dart';
1212

13-
class FlutterShortcutItem {
14-
/// Create a flutter shortcut item.
13+
class ShortcutItem {
14+
/// Create a shortcut item.
1515
/// Eg.
1616
/// ```dart
17-
/// const FlutterShortcutItem(
17+
/// const ShortcutItem(
1818
/// id: "1",
1919
/// action: 'Home page action',
2020
/// shortLabel: 'Home Page',
2121
/// icon: 'assets/icons/home.png',
2222
/// );
2323
/// ```
2424
25-
const FlutterShortcutItem({
25+
const ShortcutItem({
2626
required this.id,
2727
required this.action,
2828
required this.shortLabel,

0 commit comments

Comments
 (0)