borderInput method
Implementation
DefineMTextFieldModifier borderInput(InputBorder value) {
return this.copyWith(valueInputBorder: value);
}
DefineMTextFieldModifier borderInput(InputBorder value) {
return this.copyWith(valueInputBorder: value);
}