menu
onairos package
documentation
screens/enhanced_welcome_screen.dart
ModalSheet
ModalSheet.new const constructor
ModalSheet.new const constructor
dark_mode
light_mode
ModalSheet
constructor
const
ModalSheet
(
{
Key
?
key
,
required
double
topPadding
,
required
Widget
child
,
})
Implementation
const ModalSheet({Key? key, required this.topPadding, required this.child}) : super(key: key);
onairos package
documentation
screens/enhanced_welcome_screen
ModalSheet
ModalSheet.new const constructor
ModalSheet class