提交 a3df78dd authored 作者: yueweilu's avatar yueweilu

【APK-书架】删除功能无效

上级 ec5c7d90
...@@ -34,7 +34,7 @@ class BookCell extends StatelessWidget { ...@@ -34,7 +34,7 @@ class BookCell extends StatelessWidget {
SlidableAction( SlidableAction(
// An action can be bigger than the others. // An action can be bigger than the others.
onPressed: (BuildContext context){ onPressed: (BuildContext context){
delTap; delTap();
}, },
backgroundColor: AppTheme.primary, backgroundColor: AppTheme.primary,
foregroundColor: Colors.white, foregroundColor: Colors.white,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论