createState method
override
Creates the mutable state for this widget at a given location in the tree.
See also:
Implementation
@override
WaitingScreenState createState() => WaitingScreenState();
Creates the mutable state for this widget at a given location in the tree.
See also:
@override
WaitingScreenState createState() => WaitingScreenState();