menu
arcane_jaspr package
documentation
component/screen/fill_screen.dart
FullScreen
FullScreen.new const constructor
FullScreen.new const constructor
dark_mode
light_mode
FullScreen
constructor
const
FullScreen
(
{
required
Component
child
,
Color
?
backgroundColor
,
Key
?
key
,
})
Implementation
const FullScreen({ required this.child, this.backgroundColor, super.key, });
arcane_jaspr package
documentation
component/screen/fill_screen
FullScreen
FullScreen.new const constructor
FullScreen class