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

description

String getmaskImage

Gets the value of "mask-image"

Implementation

String get maskImage => getPropertyValue('mask-image');

setmaskImage (String value)

Sets the value of "mask-image"

Implementation

set maskImage(String value) {
  setProperty('mask-image', value, '');
}