IconBuilder class

Annotations

Constructors

IconBuilder(IconData _iconData)

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

color(Color color) IconBuilder
hoverColor(Color color) IconBuilder
make({Key? key}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPressed(VoidCallback onPressed) IconBuilder
padding(double size) IconBuilder
size(double size) IconBuilder
toolTip(String message) IconBuilder
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited