isTransitionEvent property

bool isTransitionEvent

Uses Duck Typing to detect if the event instance is a SyntheticTransitionEvent.

Implementation

bool get isTransitionEvent => _hasProperty('propertyName') || _checkEventType(const ['transition']);