alwaysShowRightWidget method

DefineMTextFieldModifier alwaysShowRightWidget(
  1. bool? value
)

Implementation

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