WIP
This commit is contained in:
parent
2b28f80c9d
commit
6d2fac31cd
|
@ -140,7 +140,7 @@ class _HomePageWidgetState extends State<HomePageWidget> {
|
||||||
Widget createHeader(BuildContext context) {
|
Widget createHeader(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
width: MediaQuery.of(context).size.width,
|
width: MediaQuery.of(context).size.width,
|
||||||
height: MediaQuery.of(context).size.height * 0.1,
|
height: MediaQuery.of(context).size.height * 0.13,
|
||||||
decoration: const BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
color: Color(0xFF1AAB5F),
|
color: Color(0xFF1AAB5F),
|
||||||
),
|
),
|
||||||
|
@ -148,9 +148,7 @@ class _HomePageWidgetState extends State<HomePageWidget> {
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Padding(
|
FlutterFlowIconButton(
|
||||||
padding: const EdgeInsets.all(10.0),
|
|
||||||
child: FlutterFlowIconButton(
|
|
||||||
borderRadius: 20.0,
|
borderRadius: 20.0,
|
||||||
borderWidth: 1.0,
|
borderWidth: 1.0,
|
||||||
buttonSize: 40.0,
|
buttonSize: 40.0,
|
||||||
|
@ -164,7 +162,6 @@ class _HomePageWidgetState extends State<HomePageWidget> {
|
||||||
scaffoldKey.currentState!.openDrawer();
|
scaffoldKey.currentState!.openDrawer();
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in New Issue