Flutter
widgets
Widget
Widget const constructor
Widget
Widget class
Constructors
Widget
Properties
key
hashCode
runtimeType
Methods
createElement
debugFillProperties
toStringShort
debugDescribeChildren
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
Operators
operator ==
Static methods
canUpdate
Widget constructor
const
Widget
(
{
Key
key
})
Initializes
key
for subclasses.
Implementation
const Widget({ this.key });