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