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