appBar method

================Flutter=========Start

Implementation

DefineMScaffoldModifier appBar(PreferredSizeWidget value) {
  return this.copyWith(appBarValue: value);
}