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