createState method

  1. @override
State<MigrateView> createState()

Creates the mutable state for this component.

Implementation

@override
State<MigrateView> createState() => _MigrateViewState();