だってfilled: true
がないと色つかないんだもん。
TextFieldの背景色の変え方
filled: true
これがないと色がつかない。
ふぅ。
TextField(
onTap: onTap,
decoration: InputDecoration(
fillColor: Colors.white,
filled: true,
Flutter開発で知らないと損すること
だってfilled: true
がないと色つかないんだもん。
filled: true
これがないと色がつかない。
ふぅ。
TextField(
onTap: onTap,
decoration: InputDecoration(
fillColor: Colors.white,
filled: true,