ImageGalleryHeroProperties class

Replicates the properties inside the Hero widget and is used for passing them to the images inside the gallery.

Constructors

ImageGalleryHeroProperties({Key? key, required Object tag, CreateRectTween? createRectTween, HeroFlightShuttleBuilder? flightShuttleBuilder, HeroPlaceholderBuilder? placeholderBuilder, bool transitionOnUserGestures = false})
const

Properties

createRectTween CreateRectTween?
final
flightShuttleBuilder HeroFlightShuttleBuilder?
final
hashCode int
The hash code for this object.
no setterinherited
placeholderBuilder HeroPlaceholderBuilder?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag Object
final
transitionOnUserGestures bool
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