CardIcon class

CardIcon class

Constructors

CardIcon({IconData? icon, Color? color = Colors.black, double? size = 30.0, double? paddingHorizontal = 0, double? paddingVertical = 0})
const

Properties

color Color?
set icon color
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
for a number of predefined icons available for material design applications. For customisation use font awesome icons.
final
paddingHorizontal double?
set horizontal space around the icon
final
paddingVertical double?
set vertical space around the icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
set icon size
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