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