📜  颤动的TextFormField背景颜色 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:38.498000             🧑  作者: Mango

代码示例2
TextFormField(
    decoration: InputDecoration(
        labelText: "Resevior Name",
        fillColor: Colors.white,
        filled: true, // dont forget this line
        ...
    )
    ...
)