createState method
Creates the mutable State associated with this widget.
Implementation
@override
State createState() => _FocusScopeState();
Creates the mutable State associated with this widget.
@override
State createState() => _FocusScopeState();