(注)context.read<T>()/context.watch<T>()のジェネリクス(<T>)を忘れると、コンパイルエラー(文法エラー)にはならずに、以下のランタイムエラー(実行時エラー)が出てアプリが落ちてしまいますのでご注意下さい。
Tried to call Provider.of<dynamic>. This is likely a mistake and is therefore unsupported.