String borderStartWidth

Gets the value of "border-start-width"

Source

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

Sets the value of "border-start-width"

Source

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