📅  最后修改于: 2022-03-11 14:48:05.700000             🧑  作者: Mango
ThemeData(
// (...)
hintStyle: TextStyle(
color: Colors.grey, // <-- Change this
fontSize: null,
fontWeight: FontWeight.w400,
fontStyle: FontStyle.normal,
),
);