【发布时间】:2021-06-03 23:55:55
【问题描述】:
我正在从 RaisedButton 迁移到 ElevatedButton,但在我的 themeData 中有一些东西我不知道该怎么做:
buttonTheme: ButtonThemeData(
buttonColor: PRIMARY_COLOR,
textTheme: ButtonTextTheme.primary,
)
textTheme 是我喜欢的东西,因为它使用黑色或白色取决于背景颜色,它是救生员。如何在 ElevatedButton 上做到这一点?没有文本主题
【问题讨论】:
标签: flutter