appmayor
customCard
CustomCard
CustomCard constructor
CustomCard
CustomCard
constructor
Null safety
CustomCard
(
Color
?
color
,
IconData
?
icon
,
String
?
text
)
Implementation
CustomCard(this.color, this.icon, this.text);
appmayor
customCard
CustomCard
CustomCard constructor
CustomCard class
Constructors
CustomCard
Properties
color
hashCode
icon
key
runtimeType
text
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==