feat:增加删除闪灵功能
This commit is contained in:
@@ -45,9 +45,7 @@ class TodoPageState extends State<TodoPage> {
|
||||
return buildBody(
|
||||
child: Column(
|
||||
children: [
|
||||
// 统计信息卡片
|
||||
buildStatsCard(_todos),
|
||||
// 选项卡
|
||||
buildTabs(
|
||||
currentTab: _currentTab,
|
||||
onTabChanged: (value) {
|
||||
|
||||
Reference in New Issue
Block a user