maskSize property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getmaskSize

Gets the value of "mask-size"

Implementation

String get maskSize => getPropertyValue('mask-size');

setmaskSize (String value)

Sets the value of "mask-size"

Implementation

set maskSize(String value) {
  setProperty('mask-size', value, '');
}