title method
Implementation
DefineMScaffoldModifier title(String value) {
return this.copyWith(appBarValue: AppBar(title: Text(value)));
}
DefineMScaffoldModifier title(String value) {
return this.copyWith(appBarValue: AppBar(title: Text(value)));
}