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