fontSize method
Implementation
DefineMTextFieldModifier fontSize([double? value]) {
return this.copyWith(
valueStyle: (this.valueStyle ?? TextStyle()).copyWith(fontSize: value));
}
DefineMTextFieldModifier fontSize([double? value]) {
return this.copyWith(
valueStyle: (this.valueStyle ?? TextStyle()).copyWith(fontSize: value));
}