menu
mono_kit package
documentation
widgets/app_bottom_area.dart
AppBottomArea
AppBottomArea const constructor
AppBottomArea const constructor
dark_mode
light_mode
AppBottomArea
constructor
const
AppBottomArea
(
{
Key
?
key
,
required
Widget
child
,
Widget
?
bottom
,
})
Implementation
const AppBottomArea({ super.key, required Widget super.child, this.bottom, });
mono_kit package
documentation
widgets/app_bottom_area
AppBottomArea
AppBottomArea const constructor
AppBottomArea class