Skip to content

Commit 149c58a

Browse files
committed
delete code
2 parents 0b64cc0 + 438977a commit 149c58a

File tree

1 file changed

+0
-12
lines changed
  • lib/widgets/components/Navigation/BottomNavigationBarItem

1 file changed

+0
-12
lines changed

lib/widgets/components/Navigation/BottomNavigationBarItem/demo.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@
99

1010
import 'package:flutter/material.dart';
1111

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-
2412

2513
/*
2614
* BottomNavigationBarItem 默认的实例,无状态

0 commit comments

Comments
 (0)