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