menu
arcane package
documentation
component/screen/abstract_screen.dart
InjectScreenFooter
getFooterWidget static method
getFooterWidget static method
dark_mode
light_mode
getFooterWidget
static method
Widget
?
getFooterWidget
(
BuildContext
context
)
Implementation
static Widget? getFooterWidget(BuildContext context) => getFooter(context)?.footer(context);
arcane package
documentation
component/screen/abstract_screen
InjectScreenFooter
getFooterWidget static method
InjectScreenFooter class