copyWith abstract method

InputBorder copyWith(
  1. {BorderSide? borderSide}
)

Creates a copy of this input border with the specified borderSide.

Implementation

InputBorder copyWith({ BorderSide? borderSide });