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