menu
multiple_bottom_sheets package
documentation
example/main.dart
Home
Home.new const constructor
Home.new const constructor
dark_mode
light_mode
Home
constructor
const
Home
(
{
Key
?
key
,
})
Implementation
const Home({Key? key}) : super(key: key);
multiple_bottom_sheets package
documentation
example/main
Home
Home.new const constructor
Home class