iwfpapp
listview_item
ListViewItem
ListViewItem const constructor
ListViewItem
iwfpapp
listview_item
ListViewItem
ListViewItem const constructor
ListViewItem class
Constructors
ListViewItem
Properties
child
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
ListViewItem
constructor
const
ListViewItem
(
{
Key
key
,
Widget
child
}
)
Implementation
const ListViewItem({Key key, this.child}) : super(key: key);