Remove search textfield underline

This commit is contained in:
Moe Poi ~ 2020-09-07 23:33:28 +07:00
parent e72cf89246
commit 9a729ee937

View file

@ -144,6 +144,7 @@ class _SearchState extends State<Search> {
hintStyle: TextStyle( hintStyle: TextStyle(
color: Colors.white, color: Colors.white,
), ),
border: InputBorder.none
), ),
onEditingComplete: () { onEditingComplete: () {
setState(() { setState(() {