Commit e04d9460 authored by Dio Maulana's avatar Dio Maulana

searchfield height

parent 8786e506
...@@ -179,7 +179,7 @@ class _NewHome2State extends State<NewHome2> { ...@@ -179,7 +179,7 @@ class _NewHome2State extends State<NewHome2> {
Widget build(BuildContext context) { Widget build(BuildContext context) {
// double heightTotal = MediaQuery.of(context).size.height; // double heightTotal = MediaQuery.of(context).size.height;
double appBarHeight = 40; double appBarHeight = 40;
double searchFieldHeight = 36; double searchFieldHeight = 50;
double spacerHeight = 20; double spacerHeight = 20;
double favListHeight = 35; double favListHeight = 35;
double favItemHeight = 227; double favItemHeight = 227;
...@@ -866,7 +866,7 @@ class _NewHome2State extends State<NewHome2> { ...@@ -866,7 +866,7 @@ class _NewHome2State extends State<NewHome2> {
decoration: InputDecoration( decoration: InputDecoration(
filled: true, filled: true,
fillColor: Colors.white, fillColor: Colors.white,
contentPadding: EdgeInsets.zero, contentPadding: const EdgeInsets.symmetric(vertical: 10),
enabledBorder: OutlineInputBorder( enabledBorder: OutlineInputBorder(
borderSide: BorderSide( borderSide: BorderSide(
width: 1, width: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment