HeroAnimation class

Constructors

HeroAnimation(Animation<double>? animation, ExpandingCardState state)
const
HeroAnimation.collapsed()
const
HeroAnimation.expanded()
const
HeroAnimation.of(BuildContext context)
factory

Properties

animation Animation<double>?
final
hashCode int
The hash code for this object.
no setteroverride
isCollapsed bool
no setter
isExpanded bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ExpandingCardState
final

Methods

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

Operators

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