|
|
@@ -108,7 +108,7 @@ class _HeaderButtonsComponentWidgetState
|
|
|
spacing: 0.0,
|
|
|
runSpacing: 0.0,
|
|
|
alignment: WrapAlignment.start,
|
|
|
- crossAxisAlignment: WrapCrossAlignment.start,
|
|
|
+ crossAxisAlignment: WrapCrossAlignment.center,
|
|
|
direction: Axis.horizontal,
|
|
|
runAlignment: WrapAlignment.start,
|
|
|
verticalDirection: VerticalDirection.down,
|
|
|
@@ -219,8 +219,8 @@ class _HeaderButtonsComponentWidgetState
|
|
|
borderRadius: BorderRadius.circular(8.0),
|
|
|
child: Image.asset(
|
|
|
'assets/images/logo800px.png',
|
|
|
- width: 200.0,
|
|
|
- height: 200.0,
|
|
|
+ width: 150.0,
|
|
|
+ height: 22.0,
|
|
|
fit: BoxFit.contain,
|
|
|
),
|
|
|
),
|
|
|
@@ -233,7 +233,10 @@ class _HeaderButtonsComponentWidgetState
|
|
|
context.pushNamed(SelectprovinciegemeenteWidget.routeName);
|
|
|
},
|
|
|
child: Text(
|
|
|
- FFAppState().gemeenteSelectNaam,
|
|
|
+ valueOrDefault<String>(
|
|
|
+ FFAppState().gemeenteSelectNaam,
|
|
|
+ 'Kies je gemeente',
|
|
|
+ ),
|
|
|
style: FlutterFlowTheme.of(context).bodyMedium.override(
|
|
|
font: GoogleFonts.roboto(
|
|
|
fontWeight:
|
|
|
@@ -241,6 +244,7 @@ class _HeaderButtonsComponentWidgetState
|
|
|
fontStyle:
|
|
|
FlutterFlowTheme.of(context).bodyMedium.fontStyle,
|
|
|
),
|
|
|
+ color: FlutterFlowTheme.of(context).secondary,
|
|
|
letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context).bodyMedium.fontWeight,
|