borderBefore property Null safety

String borderBefore

Gets the value of "border-before"

Implementation

String get borderBefore => getPropertyValue('border-before');
void borderBefore= (String value)

Sets the value of "border-before"

Implementation

set borderBefore(String value) {
  setProperty('border-before', value, '');
}