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

description

String getmaskClip

Gets the value of "mask-clip"

Implementation

String get maskClip => getPropertyValue('mask-clip');

setmaskClip (String value)

Sets the value of "mask-clip"

Implementation

set maskClip(String value) {
  setProperty('mask-clip', value, '');
}