appBar method
================Flutter=========Start
Implementation
DefineMScaffoldModifier appBar(PreferredSizeWidget value) {
return this.copyWith(appBarValue: value);
}
================Flutter=========Start
DefineMScaffoldModifier appBar(PreferredSizeWidget value) {
return this.copyWith(appBarValue: value);
}