borderWidth property

int borderWidth

Gets or sets the width of the border.

The default value is 1.

Implementation

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

Implementation

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