menu
mirrorfly_uikit_plugin package
documentation
app/common/app_theme.dart
CustomSafeArea
CustomSafeArea.new const constructor
CustomSafeArea.new const constructor
dark_mode
light_mode
CustomSafeArea
constructor
const
CustomSafeArea
(
{
Key
?
key
,
required
Widget
child
,
Color
?
color
,
})
Implementation
const CustomSafeArea({Key? key, required this.child, this.color}) : super(key: key);
mirrorfly_uikit_plugin package
documentation
app/common/app_theme
CustomSafeArea
CustomSafeArea.new const constructor
CustomSafeArea class