StatefulNode<T extends StatefulWidget> constructor

StatefulNode<T extends StatefulWidget>(
  1. T widget
)

Creates a new instance of StatefulNode.

Implementation

StatefulNode(super.widget);