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