createState abstract method

State<StatefulWidget> createState()

Creates the mutable State associated with this widget.

Implementation

State createState();