Flutter
widgets
StatefulWidget
StatefulWidget const constructor
StatefulWidget
description
StatefulWidget
constructor
Null safety
const
StatefulWidget
(
{
Key
?
key
}
)
Initializes
key
for subclasses.
Implementation
const StatefulWidget({ super.key });
Flutter
widgets
StatefulWidget
StatefulWidget const constructor
StatefulWidget class
Constructors
StatefulWidget
Properties
hashCode
key
runtimeType
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==