TextField(
decoration: InputDecoration(
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(10.0),
),
filled: true,
hintStyle: TextStyle(color: Colors.grey[800]),
hintText: "Type in your text",
fillColor: Colors.white70),
)
flutter textfield
- [flutter] TextField 예제 2022.09.28
[flutter] TextField 예제
2022. 9. 28. 09:25