DrawerMetadata constructor
DrawerMetadata(
- String key, {
- required DrawerLocation location,
- double order = 1.0,
Implementation
DrawerMetadata(
String key, {
required this.location,
super.order = 1.0,
}) : super(key);