pointerEvents property

String pointerEvents

Gets the value of "pointer-events"

Implementation

String get pointerEvents => getPropertyValue('pointer-events');
void pointerEvents= (String value)

Sets the value of "pointer-events"

Implementation

set pointerEvents(String value) {
  setProperty('pointer-events', value, '');
}