maskBoxImageRepeat property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getmaskBoxImageRepeat
Gets the value of "mask-box-image-repeat"
Implementation
String get maskBoxImageRepeat => getPropertyValue('mask-box-image-repeat');
setmaskBoxImageRepeat (String value)
Sets the value of "mask-box-image-repeat"
Implementation
set maskBoxImageRepeat(String value) {
setProperty('mask-box-image-repeat', value, '');
}