createState method

  1. @override
WaitingScreenState createState()
override

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

See also:

Implementation

@override
WaitingScreenState createState() => WaitingScreenState();