AnimatedIcons class abstract final

Identifier for the supported Material Design animated icons.

Use with AnimatedIcon class to show specific animated icons.

This example shows how to create an animated icon. The icon is animated forward and reverse in a loop.
link

To create a local project with this code sample, run:
flutter create --sample=material.AnimatedIcons.1 mysample

See also:

  • Icons, for the list of available static Material Icons.

Constructors

AnimatedIcons()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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

add_event → const AnimatedIconData
The Material Design add to event icon animation.
_$add_event
arrow_menu → const AnimatedIconData
The Material Design arrow to menu icon animation.
_$arrow_menu
close_menu → const AnimatedIconData
The Material Design close to menu icon animation.
_$close_menu
The Material Design ellipsis to search icon animation.
_$ellipsis_search
event_add → const AnimatedIconData
The Material Design event to add icon animation.
_$event_add
home_menu → const AnimatedIconData
The Material Design home to menu icon animation.
_$home_menu
list_view → const AnimatedIconData
The Material Design list to view icon animation.
_$list_view
The Material Design menu to arrow icon animation.
_$menu_arrow
The Material Design menu to close icon animation.
_$menu_close
The Material Design menu to home icon animation.
_$menu_home
pause_play → const AnimatedIconData
The Material Design pause to play icon animation.
_$pause_play
play_pause → const AnimatedIconData
The Material Design play to pause icon animation.
_$play_pause
search_ellipsis → const AnimatedIconData
The Material Design search to ellipsis icon animation.
_$search_ellipsis
view_list → const AnimatedIconData
The Material Design view to list icon animation.
_$view_list