menu
nui_toolbox package
documentation
common/nui_expandable.dart
ExpandableListener<T> typedef
ExpandableListener<T> typedef
dark_mode
light_mode
ExpandableListener<
T
>
typedef
ExpandableListener
<
T
> =
void Function
(
T?
data
,
int
?
position
,
bool
isExpanded
)
Implementation
typedef ExpandableListener<T> = void Function(T? data, int? position, bool isExpanded);
nui_toolbox package
documentation
common/nui_expandable
ExpandableListener<T> typedef
nui_expandable library