PhotoViewHeroAttributes class
Data class that holds the attributes that are going to be passed to
PhotoViewImageWrapper
's Hero.
Constructors
- PhotoViewHeroAttributes({required Object tag, CreateRectTween? createRectTween, HeroFlightShuttleBuilder? flightShuttleBuilder, HeroPlaceholderBuilder? placeholderBuilder, bool transitionOnUserGestures = false})
-
const
Properties
- createRectTween → CreateRectTween?
-
Mirror to Hero.createRectTween
final
- flightShuttleBuilder → HeroFlightShuttleBuilder?
-
Mirror to Hero.flightShuttleBuilder
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- placeholderBuilder → HeroPlaceholderBuilder?
-
Mirror to Hero.placeholderBuilder
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → Object
-
Mirror to Hero.tag
final
- transitionOnUserGestures → bool
-
Mirror to Hero.transitionOnUserGestures
final
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