mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-06 17:48:43 +08:00
delete code
This commit is contained in:
@ -9,18 +9,6 @@
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/*
|
||||
* Checkbox 默认按钮的实例
|
||||
* index 当前checkbox 的索引值
|
||||
* */
|
||||
class BottomNavigationBarItemFullDefault extends StatefulWidget {
|
||||
const BottomNavigationBarItemFullDefault() : super();
|
||||
|
||||
@override
|
||||
State<StatefulWidget> createState() => _BottomNavigationBarItemFullDefault();
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* BottomNavigationBarItem 默认的实例,无状态
|
||||
|
Reference in New Issue
Block a user