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