border property

String border

Gets the value of "border"

Implementation

String get border => this._border;
void border= (String value)

Sets the value of "border"

Implementation

set border(String value) {
  _border = value == null ? '' : value;
}