Skip to content

Commit

Permalink
delete code
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckeDeng committed Jan 12, 2019
2 parents 0b64cc0 + 438977a commit 149c58a
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 默认的实例,无状态
Expand Down

0 comments on commit 149c58a

Please sign in to comment.