IconConfiguration class

Inheritance
Annotations

Constructors

IconConfiguration({Key? key, EdgeInsets margin = const EdgeInsets.all(0.0), double? size, IconData icon = Icons.done, Color? color, String? semanticLabel, TextDirection? textDirection})
const

Properties

color Color?
The color to use when drawing the icon.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
The icon to display.
final
key Key?
Key
final
margin EdgeInsets
Margin for Icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
Semantic label for the icon.
final
size double?
The size of the icon in logical pixels.
final
textDirection TextDirection?
The text direction to use for rendering the icon.
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