【发布时间】:2021-08-02 19:20:00
【问题描述】:
我刚刚升级到 Flutter v2。我收到以下错误
title: Text("Foo", style: Theme
.of(context)
.textTheme
.title
.copyWith(fontWeight: FontWeight.bold, color: Colors.red),)),
对等价物有何建议?
【问题讨论】: