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