border method

TextField border(
  1. InputBorder border
)

Implementation

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