borderVerticalSpacing property Null safety

String borderVerticalSpacing

Gets the value of "border-vertical-spacing"

Implementation

String get borderVerticalSpacing =>
    getPropertyValue('border-vertical-spacing');
void borderVerticalSpacing= (String value)

Sets the value of "border-vertical-spacing"

Implementation

set borderVerticalSpacing(String value) {
  setProperty('border-vertical-spacing', value, '');
}