menu
draftmode_framework package
documentation
forms/list.dart
DraftModeFormListItemBuilder<ItemType> typedef
DraftModeFormListItemBuilder<ItemType> typedef
dark_mode
light_mode
DraftModeFormListItemBuilder<
ItemType
>
typedef
DraftModeFormListItemBuilder
<
ItemType
> =
Widget
Function
(
ItemType
item
,
bool
isSelected
)
Implementation
typedef DraftModeFormListItemBuilder<ItemType> = Widget Function( ItemType item, bool isSelected, );
draftmode_framework package
documentation
forms/list
DraftModeFormListItemBuilder<ItemType> typedef
list library