borderEndStyle property Null safety

String borderEndStyle

Gets the value of "border-end-style"

Implementation

String get borderEndStyle => getPropertyValue('border-end-style');
void borderEndStyle= (String value)

Sets the value of "border-end-style"

Implementation

set borderEndStyle(String value) {
  setProperty('border-end-style', value, '');
}