ChangeNotifierProxyProvider<Auth, Cakes>(
create: (ctx) => Cakes(),
update: (ctx, auth, previousCakes) => Cakes(auth.token as String,
previousCakes == null ? [] : previousCakes.cakeList),
),
2 つの位置引数が必要ですが、見つかりませんでした。create のプロパティで。ここで、cakes() で引数を渡すことができませんでした。