border method
Implementation
TextField border(InputBorder border) {
return copyWith(decoration: decoration?.copyWith(border: border));
}
TextField border(InputBorder border) {
return copyWith(decoration: decoration?.copyWith(border: border));
}