appmayor
title
TileIconTitle
TileIconTitle const constructor
TileIconTitle
TileIconTitle
constructor
Null safety
const
TileIconTitle
(
{
Key
?
key
,
IconData
?
icon
,
String
?
title
,
Color
?
accent
}
)
Implementation
const TileIconTitle({Key? key, this.icon, this.title, this.accent}) : super(key: key);
appmayor
title
TileIconTitle
TileIconTitle const constructor
TileIconTitle class
Constructors
TileIconTitle
Properties
accent
hashCode
icon
key
runtimeType
title
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==