Backback arrow icon

type ‘MyApp’ is not a subtype of type ‘StatelessWidget’ in type cast

flutterでStatelessWidgetからStatefulWidgetに変更したらタイトルのエラーが発生しました。

調べてみたところ、上記のエラーはリスタートすることで治るらしいので、試したところ無事にエラーは消えました

参考記事

Another exception was thrown: type ‘MyApp’ is not a subtype of type ‘StatelessWidget’