DrawerMetadata constructor

DrawerMetadata(
  1. String key, {
  2. required DrawerLocation location,
  3. double order = 1.0,
})

Implementation

DrawerMetadata(
  String key, {
  required this.location,
  super.order = 1.0,
}) : super(key);