wsl2distromanager
list_item
Bar
Bar const constructor
Bar
Bar
constructor
Null safety
const
Bar
(
{
Key
?
key
,
required
ListItem
widget
}
)
Implementation
const Bar({Key? key, required this.widget}) : super(key: key);
wsl2distromanager
list_item
Bar
Bar const constructor
Bar class
Constructors
Bar
Properties
hashCode
key
runtimeType
widget
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==