Свойство maskRepeatY
String maskRepeatYПолучает значение "mask-repeat-y"
Исходный код
String get maskRepeatY => getPropertyValue('mask-repeat-y'); void maskRepeatY=(Устанавливает значение "mask-repeat-y"
Исходный код
set maskRepeatY(String value) {
setProperty('mask-repeat-y', value, '');
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/maskRepeatY.html