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