Gets the value of "mask-box-image-slice"
Source
String get maskBoxImageSlice => getPropertyValue('mask-box-image-slice');
Sets the value of "mask-box-image-slice"
Source
set maskBoxImageSlice(String value) {
setProperty('mask-box-image-slice', value, '');
}