menu
nylo_support package
documentation
widgets/fields/field_base_state.dart
FieldBaseState<T extends StatefulWidget>
view method
view method
dark_mode
light_mode
view
method
Widget
view
(
BuildContext
context
)
The view of the widget
Implementation
Widget view(BuildContext context) { return const SizedBox.shrink(); }
nylo_support package
documentation
widgets/fields/field_base_state
FieldBaseState<T extends StatefulWidget>
view method
FieldBaseState class