borderEndStyle property
String
get
borderEndStyle
Gets the value of "border-end-style"
Implementation
String get borderEndStyle => getPropertyValue('border-end-style');
set
borderEndStyle
(String? value)
Sets the value of "border-end-style"
Implementation
set borderEndStyle(String? value) {
setProperty('border-end-style', value, '');
}