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