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