maskPosition property

String get maskPosition

Gets the value of "mask-position"

Implementation

String get maskPosition => getPropertyValue('mask-position');
set maskPosition (String? value)

Sets the value of "mask-position"

Implementation

set maskPosition(String? value) {
  setProperty('mask-position', value, '');
}