📅  最后修改于: 2022-03-11 14:58:38.498000             🧑  作者: Mango
TextFormField(
decoration: InputDecoration(
labelText: "Resevior Name",
fillColor: Colors.white,
filled: true, // dont forget this line
...
)
...
)