alwaysShowRightWidget method
Implementation
DefineMTextFieldModifier alwaysShowRightWidget(bool? value) {
return this.copyWith(valueAlwaysShowRightWidget: value);
}
DefineMTextFieldModifier alwaysShowRightWidget(bool? value) {
return this.copyWith(valueAlwaysShowRightWidget: value);
}