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