drawer method

Implementation

DefineMScaffoldModifier drawer(Widget value) {
  return this.copyWith(drawerValue: value);
}