menu
flutter_swipe_action_cell package
documentation
core/cell.dart
SwipeActionCell
isDraggable property
isDraggable property
dark_mode
light_mode
isDraggable
property
bool
isDraggable
final
Indicates that you can swipe the cell or not
代表是否能够侧滑交互(如果你只想用编辑模式而不需要侧滑)
Implementation
final bool isDraggable;
flutter_swipe_action_cell package
documentation
core/cell
SwipeActionCell
isDraggable property
SwipeActionCell class