end property

String end

The event name for transition end across browser.

Implementation

static String get end
  => _end ??= _transEndEventNames[Device.cssPrefix] ?? 'transitionend';