menu
flutterx_application package
documentation
flutterx_ui.dart
FooterView
FooterView const constructor
FooterView const constructor
dark_mode
light_mode
FooterView
constructor
const
FooterView
(
{
Key
?
key
,
required
Widget
body
,
required
Widget
footer
,
bool
scrollable
=
true
,
})
Implementation
const FooterView({ super.key, required this.body, required this.footer, this.scrollable = true, });
flutterx_application package
documentation
flutterx_ui
FooterView
FooterView const constructor
FooterView class