String clip

Gets the value of "clip"

Source

String get clip => getPropertyValue('clip');
void clip=(String value)

Sets the value of "clip"

Source

set clip(String value) {
  setProperty('clip', value, '');
}