hintStyle method
Implementation
DefineMTextFieldModifier hintStyle(TextStyle value) {
return this.copyWith(
decorationValue: (this.decorationValue ?? InputDecoration())
.copyWith(hintStyle: value),
);
}
DefineMTextFieldModifier hintStyle(TextStyle value) {
return this.copyWith(
decorationValue: (this.decorationValue ?? InputDecoration())
.copyWith(hintStyle: value),
);
}