createState abstract method

State<StatefulWidget> createState()

Creates the mutable state for this widget.

Implementation

State createState();