style method

Implementation

DefineMTextFieldModifier style(TextStyle value) {
  return this.copyWith(valueStyle: value);
}