createState method
Creates the mutable state for this widget.
Implementation
@override
State<SingleChildScrollView> createState() => _SingleChildScrollViewState();
Creates the mutable state for this widget.
@override
State<SingleChildScrollView> createState() => _SingleChildScrollViewState();