borderStartWidth property

String get borderStartWidth

Gets the value of "border-start-width"

Implementation

String get borderStartWidth => getPropertyValue('border-start-width');
set borderStartWidth (String value)

Sets the value of "border-start-width"

Implementation

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