createState abstract method

  1. @protected
State<StatefulWidget> createState()

Creates the mutable state for this widget at a given location in the tree.

Implementation

@protected
State createState();