AnimatedVectors class abstract final

A collection of animated vectors that are available with the lib by default.

Most of these are hand made either by following some available material animations or by imagining how they'd animate.

Mirrors the AnimatedIcons class from flutter.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

arrow_to_drawer → const AnimatedVectorData
Animated vector for arrow to drawer.
Animated vector for back to search.
close_to_menu → const AnimatedVectorData
Animated vector for close to menu.
close_to_more → const AnimatedVectorData
Animated vector for close to more.
Animated vector for close to search.
collapse_to_expand → const AnimatedVectorData
Animated vector for collapse to expand.
cross_to_tick → const AnimatedVectorData
Animated vector for cross to tick.
drawer_to_arrow → const AnimatedVectorData
Animated vector for drawer to arrow.
expand_to_collapse → const AnimatedVectorData
Animated vector for expand to collapse.
Animated vector for menu to close.
minus_to_plus → const AnimatedVectorData
Animated vector for minus to plus.
more_to_close → const AnimatedVectorData
Animated vector for more to close.
Animated vector for more to search.
music_next → const AnimatedVectorData
Animated vector for music skip.
music_previous → const AnimatedVectorData
Animated vector for music previous.
pause_to_play → const AnimatedVectorData
Animated vector for pause to play.
play_to_pause → const AnimatedVectorData
Animated vector for play to pause.
plus_to_minus → const AnimatedVectorData
Animated vector for plus to minus.
search_to_back → const AnimatedVectorData
Animated vector for search to back.
search_to_close → const AnimatedVectorData
Animated vector for search to close.
search_to_more → const AnimatedVectorData
Animated vector for search to more.
values → const List<AnimatedVectorData>
A complete list of every available bundled vector
visibility_toggle → const AnimatedVectorData
Animated vector for visibility toggle.