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

description

String getmaskBoxImageOutset

Gets the value of "mask-box-image-outset"

Implementation

String get maskBoxImageOutset => getPropertyValue('mask-box-image-outset');

setmaskBoxImageOutset (String value)

Sets the value of "mask-box-image-outset"

Implementation

set maskBoxImageOutset(String value) {
  setProperty('mask-box-image-outset', value, '');
}