clip property Null safety
Gets the value of "clip"
Implementation
String get clip => getPropertyValue('clip');
Sets the value of "clip"
Implementation
set clip(String value) {
setProperty('clip', value, '');
}
Gets the value of "clip"
String get clip => getPropertyValue('clip');
Sets the value of "clip"
set clip(String value) {
setProperty('clip', value, '');
}