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