maskClip property
Gets the value of "mask-clip"
Implementation
String get maskClip => getPropertyValue('mask-clip');
Sets the value of "mask-clip"
Implementation
set maskClip(String value) {
setProperty('mask-clip', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "mask-clip"
String get maskClip => getPropertyValue('mask-clip');
Sets the value of "mask-clip"
set maskClip(String value) {
setProperty('mask-clip', value, '');
}