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