NiceMorphingIcons class

Preset morphing icons for common use cases

Constructors

NiceMorphingIcons()

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

Static Methods

bookmark({bool isBookmarked = false, double size = 24, Color? color, VoidCallback? onToggle}) → Widget
Bookmark toggle
expandCollapse({bool isExpanded = false, double size = 24, Color? color, VoidCallback? onToggle}) → Widget
Expand/collapse arrow
heart({bool isFilled = false, double size = 24, Color? color, VoidCallback? onToggle}) → Widget
Like/unlike heart
Menu to close (hamburger → X)
playPause({bool isPaused = false, double size = 24, Color? color, VoidCallback? onToggle}) → Widget
Play to pause
plusMinus({bool isMinus = false, double size = 24, Color? color, VoidCallback? onToggle}) → Widget
Plus to minus
visibility({bool isVisible = true, double size = 24, Color? color, VoidCallback? onToggle}) → Widget
Visibility toggle