menu
eyflutter_uikit package
documentation
uikit/state/base_form_state.dart
BaseFormState<T extends StatefulWidget, P extends BaseFormModel>
onBuildBottomView method
onBuildBottomView method
dark_mode
light_mode
onBuildBottomView
method
Widget
onBuildBottomView
(
BuildContext
context
)
构建底部视图
Implementation
Widget onBuildBottomView(BuildContext context) { return Container(); }
eyflutter_uikit package
documentation
uikit/state/base_form_state
BaseFormState<T extends StatefulWidget, P extends BaseFormModel>
onBuildBottomView method
BaseFormState class