menu
fluttery_framework package
documentation
view.dart
DataFields<T>
items property
items property
dark_mode
light_mode
items
property
List
<
Map
<
String
,
dynamic
>
>
get
items
inherited
List of the actual data fields.
Implementation
List<Map<String, dynamic>> get items => _items;
fluttery_framework package
documentation
view
DataFields<T>
items property
DataFields class