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

description

String getmaskBoxImageWidth

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

Implementation

String get maskBoxImageWidth => getPropertyValue('mask-box-image-width');

setmaskBoxImageWidth (String value)

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

Implementation

set maskBoxImageWidth(String value) {
  setProperty('mask-box-image-width', value, '');
}