menu
flutter_slidable_panel package
documentation
controllers/action_controller.dart
ActionController
hasExpandedAt method
hasExpandedAt method
dark_mode
light_mode
hasExpandedAt
method
bool
hasExpandedAt
(
int
index
)
whether the
index
item is expanded
Implementation
bool hasExpandedAt(int index) => _index == index;
flutter_slidable_panel package
documentation
controllers/action_controller
ActionController
hasExpandedAt method
ActionController class