StatefulElement constructor
StatefulElement(
- StatefulWidget widget
Implementation
StatefulElement(StatefulWidget widget)
: state = widget.createState(),
super(widget) {
state.attach(this, context, widget);
}