menu
easy_flutter package
documentation
easy_flutter.dart
Easy
Easy.new const constructor
Easy.new const constructor
dark_mode
light_mode
Easy
constructor
const
Easy
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const Easy({Key? key, required this.child}) : super(key: key);
easy_flutter package
documentation
easy_flutter
Easy
Easy.new const constructor
Easy class