TransitionPropsMixin class abstract

Implementers
Annotations
  • @Deprecated('Use the `TransitionPropsMixin` mixin exported from `package:over_react/components.dart` instead. Will be removed in the 4.0.0 release.')

Constructors

TransitionPropsMixin()

Properties

hashCode int
The hash code for this object.
no setterinherited
onDidHide Callback?
Optional callback that fires after the AbstractTransitionComponent is hidden.
getter/setter pair
onDidShow Callback?
Optional callback that fires after the AbstractTransitionComponent appears.
getter/setter pair
onWillHide Callback?
Optional callback that fires before the AbstractTransitionComponent is hidden.
getter/setter pair
onWillShow Callback?
Optional callback that fires before the AbstractTransitionComponent appears.
getter/setter pair
props Map
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionCount int?
The number of transitionend event that occur when the transition node is shown/hidden.
getter/setter pair
transitionInCount int?
The number of transitionend event that occur when the transition node is shown.
getter/setter pair
transitionOutCount int?
The number of transitionend event that occur when the transition node is hidden.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

defaultProps TransitionPropsMapView
final

Constants

$propKeys → const List<String>
$props → const List<PropDescriptor>
meta → const PropsMeta