There was an error while loading. Please reload this page.
2 parents 0b64cc0 + 438977a commit 149c58aCopy full SHA for 149c58a
lib/widgets/components/Navigation/BottomNavigationBarItem/demo.dart
@@ -9,18 +9,6 @@
9
10
import 'package:flutter/material.dart';
11
12
-/*
13
-* Checkbox 默认按钮的实例
14
-* index 当前checkbox 的索引值
15
-* */
16
-class BottomNavigationBarItemFullDefault extends StatefulWidget {
17
- const BottomNavigationBarItemFullDefault() : super();
18
-
19
- @override
20
- State<StatefulWidget> createState() => _BottomNavigationBarItemFullDefault();
21
-}
22
23
24
25
/*
26
* BottomNavigationBarItem 默认的实例,无状态
0 commit comments