menu
widgets_pack package
documentation
widgets/table_view/config.dart
AppTableViewConfig<M extends Object>
actions property
actions property
dark_mode
light_mode
actions
property
List
<
AppAction
<
M
>
>
Function
(
List
<
M
>
)
?
actions
final
Implementation
final List<AppAction<M>> Function(List<M>)? actions;
widgets_pack package
documentation
widgets/table_view/config
AppTableViewConfig<M extends Object>
actions property
AppTableViewConfig class