maskClip property
String
get
maskClip
Gets the value of "mask-clip"
Implementation
String get maskClip => getPropertyValue('mask-clip');
set
maskClip
(String? value)
Sets the value of "mask-clip"
Implementation
set maskClip(String? value) {
setProperty('mask-clip', value, '');
}