maskBoxImageRepeat property

String maskBoxImageRepeat

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

Implementation

String get maskBoxImageRepeat => getPropertyValue('mask-box-image-repeat');
void maskBoxImageRepeat=(String value)

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

Implementation

set maskBoxImageRepeat(String value) {
  setProperty('mask-box-image-repeat', value, '');
}