firexcode
firexcode
XTitle
XTitle const constructor
XTitle
firexcode
firexcode
XTitle
XTitle const constructor
XTitle class
Constructors
XTitle
Properties
color
hashCode
key
leftPadding
runtimeType
title
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
XTitle
constructor
const
XTitle
(
{
Key
key
,
double
leftPadding
,
@
required
String
title
,
Color
color
}
)
Implementation
const XTitle({Key key, this.leftPadding, @required this.title, this.color}) : super(key: key);