borderStart property

String borderStart

Gets the value of "border-start"

Implementation

String get borderStart => getPropertyValue('border-start');
void borderStart=(String value)

Sets the value of "border-start"

Implementation

set borderStart(String value) {
  setProperty('border-start', value, '');
}