borderWidth property

int borderWidth

Gets or sets the width of the border.

The default value is 1.

Implementation

int get borderWidth => _checkBaseHelper.borderWidth;
void borderWidth=(int value)

Implementation

set borderWidth(int value) {
  _checkBaseHelper.borderWidth = value;
}