menu
fluttery_framework package
documentation
view.dart
DataFields<T>
field property
field property
dark_mode
light_mode
field
property
Map
<
dynamic
,
Map
<
String
,
FieldWidgets
<
T
>
>
>
field
getter/setter pair
inherited
A map of 'field' objects
Implementation
Map<dynamic, Map<String, FieldWidgets<T>>> field = {};
fluttery_framework package
documentation
view
DataFields<T>
field property
DataFields class