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