menu
screens package
documentation
safe_area_config.dart
SafeAreaConfig
SafeAreaConfig.new const constructor
SafeAreaConfig.new const constructor
dark_mode
light_mode
SafeAreaConfig
constructor
const
SafeAreaConfig
(
{
bool
top
=
true
,
bool
left
=
true
,
bool
right
=
true
,
bool
bottom
=
true
,
})
Implementation
const SafeAreaConfig({ this.top = true, this.left = true, this.right = true, this.bottom = true, });
screens package
documentation
safe_area_config
SafeAreaConfig
SafeAreaConfig.new const constructor
SafeAreaConfig class