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