createState method
Creates the mutable state for this component.
Implementation
@override
State<RouterView> createState() => _RouterViewState();
Creates the mutable state for this component.
@override
State<RouterView> createState() => _RouterViewState();