Gets the value of "border-image-repeat"
Source
String get borderImageRepeat => getPropertyValue('border-image-repeat');
Sets the value of "border-image-repeat"
Source
set borderImageRepeat(String value) { setProperty('border-image-repeat', value, ''); }