menu
flutter_better_ui package
documentation
better_swipe_cell.dart
BetterSwipeCellAction
onTap property
onTap property
dark_mode
light_mode
onTap
property
Future
<
bool
>
Function
(
String
?
value
)
?
onTap
final
操作按钮的点击回调
Implementation
final Future<bool> Function(String? value)? onTap;
flutter_better_ui package
documentation
better_swipe_cell
BetterSwipeCellAction
onTap property
BetterSwipeCellAction class