borderWidth property

void borderWidth=(double width)

Implementation

set borderWidth(double width) {
  _baseBorder.width = width;
  _enabledBorder.width = width;
  _disabledBorder.width = width;
  _focusedBorder.width = width;
  _focusedErrorBorder.width = width;
  _errorBorder.width = width;
}