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