Commit 0eabef7a authored by Dio Maulana's avatar Dio Maulana

tambah height search field

parent bdf5a398
......@@ -178,7 +178,7 @@ class _NewHome2State extends State<NewHome2> {
Widget build(BuildContext context) {
// double heightTotal = MediaQuery.of(context).size.height;
double appBarHeight = 40;
double searchFieldHeight = 36;
double searchFieldHeight = 50;
double spacerHeight = 20;
double favListHeight = 35;
double favItemHeight = 227;
......@@ -865,7 +865,7 @@ class _NewHome2State extends State<NewHome2> {
decoration: InputDecoration(
filled: true,
fillColor: Colors.white,
contentPadding: EdgeInsets.zero,
contentPadding: const EdgeInsets.symmetric(vertical: 10),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
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