createState method

  1. @override
State<SFWFApp> createState()
override

Creates the mutable state for this widget.

Implementation

@override
/// Creates the mutable state for this widget.
State<SFWFApp> createState() => _SFWFAppState();