DrawerChanged typedef

DrawerChanged = dynamic Function(DrawerModel? value)

Implementation

typedef DrawerChanged = Function(DrawerModel? value);