|
|
@@ -102,69 +102,24 @@ class _HeaderButtonsComponentWidgetState
|
|
|
|
|
|
return Align(
|
|
|
alignment: AlignmentDirectional(0.0, 0.0),
|
|
|
- child: Wrap(
|
|
|
- spacing: 0.0,
|
|
|
- runSpacing: 0.0,
|
|
|
- alignment: WrapAlignment.start,
|
|
|
- crossAxisAlignment: WrapCrossAlignment.start,
|
|
|
- direction: Axis.horizontal,
|
|
|
- runAlignment: WrapAlignment.start,
|
|
|
- verticalDirection: VerticalDirection.down,
|
|
|
- clipBehavior: Clip.none,
|
|
|
- children: [
|
|
|
- AlignedTooltip(
|
|
|
- content: Padding(
|
|
|
- padding: EdgeInsets.all(4.0),
|
|
|
- child: Text(
|
|
|
- FFLocalizations.of(context).getText(
|
|
|
- '17msrach' /* Menu openen */,
|
|
|
- ),
|
|
|
- style: FlutterFlowTheme.of(context).bodyLarge.override(
|
|
|
- font: GoogleFonts.roboto(
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context).bodyLarge.fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context).bodyLarge.fontStyle,
|
|
|
- ),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context).bodyLarge.fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context).bodyLarge.fontStyle,
|
|
|
- ),
|
|
|
- ),
|
|
|
- ),
|
|
|
- offset: 4.0,
|
|
|
- preferredDirection: AxisDirection.down,
|
|
|
- borderRadius: BorderRadius.circular(8.0),
|
|
|
- backgroundColor: FlutterFlowTheme.of(context).secondaryBackground,
|
|
|
- elevation: 4.0,
|
|
|
- tailBaseWidth: 24.0,
|
|
|
- tailLength: 12.0,
|
|
|
- waitDuration: Duration(milliseconds: 100),
|
|
|
- showDuration: Duration(milliseconds: 1500),
|
|
|
- triggerMode: TooltipTriggerMode.tap,
|
|
|
- child: FlutterFlowIconButton(
|
|
|
- borderRadius: 8.0,
|
|
|
- buttonSize: 40.0,
|
|
|
- fillColor: FlutterFlowTheme.of(context).secondary,
|
|
|
- icon: Icon(
|
|
|
- Icons.dehaze_outlined,
|
|
|
- color: FlutterFlowTheme.of(context).info,
|
|
|
- size: 24.0,
|
|
|
- ),
|
|
|
- onPressed: () async {
|
|
|
- Scaffold.of(context).openDrawer();
|
|
|
- },
|
|
|
- ),
|
|
|
- ),
|
|
|
- if (widget!.showBackButton == true)
|
|
|
+ child: Padding(
|
|
|
+ padding: EdgeInsetsDirectional.fromSTEB(0.0, 28.0, 0.0, 0.0),
|
|
|
+ child: Wrap(
|
|
|
+ spacing: 0.0,
|
|
|
+ runSpacing: 0.0,
|
|
|
+ alignment: WrapAlignment.start,
|
|
|
+ crossAxisAlignment: WrapCrossAlignment.start,
|
|
|
+ direction: Axis.horizontal,
|
|
|
+ runAlignment: WrapAlignment.start,
|
|
|
+ verticalDirection: VerticalDirection.down,
|
|
|
+ clipBehavior: Clip.none,
|
|
|
+ children: [
|
|
|
AlignedTooltip(
|
|
|
content: Padding(
|
|
|
padding: EdgeInsets.all(4.0),
|
|
|
child: Text(
|
|
|
FFLocalizations.of(context).getText(
|
|
|
- 'jc7ha6d8' /* Terug */,
|
|
|
+ '17msrach' /* Menu openen */,
|
|
|
),
|
|
|
style: FlutterFlowTheme.of(context).bodyLarge.override(
|
|
|
font: GoogleFonts.roboto(
|
|
|
@@ -191,68 +146,119 @@ class _HeaderButtonsComponentWidgetState
|
|
|
waitDuration: Duration(milliseconds: 100),
|
|
|
showDuration: Duration(milliseconds: 1500),
|
|
|
triggerMode: TooltipTriggerMode.tap,
|
|
|
- child: Padding(
|
|
|
- padding: EdgeInsetsDirectional.fromSTEB(4.0, 0.0, 0.0, 0.0),
|
|
|
- child: FlutterFlowIconButton(
|
|
|
- borderColor: Color(0x00FF0000),
|
|
|
- borderRadius: 30.0,
|
|
|
- borderWidth: 1.0,
|
|
|
- buttonSize: 50.0,
|
|
|
- fillColor: FlutterFlowTheme.of(context).secondary,
|
|
|
- icon: Icon(
|
|
|
- Icons.arrow_back_outlined,
|
|
|
- color: Colors.white,
|
|
|
- size: 30.0,
|
|
|
- ),
|
|
|
- onPressed: () async {
|
|
|
- context.pop();
|
|
|
- },
|
|
|
+ child: FlutterFlowIconButton(
|
|
|
+ borderRadius: 8.0,
|
|
|
+ buttonSize: 40.0,
|
|
|
+ fillColor: FlutterFlowTheme.of(context).secondary,
|
|
|
+ icon: Icon(
|
|
|
+ Icons.dehaze_outlined,
|
|
|
+ color: FlutterFlowTheme.of(context).info,
|
|
|
+ size: 24.0,
|
|
|
),
|
|
|
+ onPressed: () async {
|
|
|
+ Scaffold.of(context).openDrawer();
|
|
|
+ },
|
|
|
),
|
|
|
),
|
|
|
- ClipRRect(
|
|
|
- borderRadius: BorderRadius.circular(8.0),
|
|
|
- child: Image.asset(
|
|
|
- 'assets/images/logo800px.png',
|
|
|
- width: 200.0,
|
|
|
- height: 200.0,
|
|
|
- fit: BoxFit.contain,
|
|
|
+ if (widget!.showBackButton == true)
|
|
|
+ AlignedTooltip(
|
|
|
+ content: Padding(
|
|
|
+ padding: EdgeInsets.all(4.0),
|
|
|
+ child: Text(
|
|
|
+ FFLocalizations.of(context).getText(
|
|
|
+ 'jc7ha6d8' /* Terug */,
|
|
|
+ ),
|
|
|
+ style: FlutterFlowTheme.of(context).bodyLarge.override(
|
|
|
+ font: GoogleFonts.roboto(
|
|
|
+ fontWeight: FlutterFlowTheme.of(context)
|
|
|
+ .bodyLarge
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle: FlutterFlowTheme.of(context)
|
|
|
+ .bodyLarge
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context).bodyLarge.fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context).bodyLarge.fontStyle,
|
|
|
+ ),
|
|
|
+ ),
|
|
|
+ ),
|
|
|
+ offset: 4.0,
|
|
|
+ preferredDirection: AxisDirection.down,
|
|
|
+ borderRadius: BorderRadius.circular(8.0),
|
|
|
+ backgroundColor:
|
|
|
+ FlutterFlowTheme.of(context).secondaryBackground,
|
|
|
+ elevation: 4.0,
|
|
|
+ tailBaseWidth: 24.0,
|
|
|
+ tailLength: 12.0,
|
|
|
+ waitDuration: Duration(milliseconds: 100),
|
|
|
+ showDuration: Duration(milliseconds: 1500),
|
|
|
+ triggerMode: TooltipTriggerMode.tap,
|
|
|
+ child: Padding(
|
|
|
+ padding: EdgeInsetsDirectional.fromSTEB(4.0, 0.0, 0.0, 0.0),
|
|
|
+ child: FlutterFlowIconButton(
|
|
|
+ borderColor: Color(0x00FF0000),
|
|
|
+ borderRadius: 30.0,
|
|
|
+ borderWidth: 1.0,
|
|
|
+ buttonSize: 50.0,
|
|
|
+ fillColor: FlutterFlowTheme.of(context).secondary,
|
|
|
+ icon: Icon(
|
|
|
+ Icons.arrow_back_outlined,
|
|
|
+ color: Colors.white,
|
|
|
+ size: 30.0,
|
|
|
+ ),
|
|
|
+ onPressed: () async {
|
|
|
+ context.pop();
|
|
|
+ },
|
|
|
+ ),
|
|
|
+ ),
|
|
|
+ ),
|
|
|
+ ClipRRect(
|
|
|
+ borderRadius: BorderRadius.circular(8.0),
|
|
|
+ child: Image.asset(
|
|
|
+ 'assets/images/logo800px.png',
|
|
|
+ width: 200.0,
|
|
|
+ height: 200.0,
|
|
|
+ fit: BoxFit.contain,
|
|
|
+ ),
|
|
|
),
|
|
|
- ),
|
|
|
- InkWell(
|
|
|
- splashColor: Colors.transparent,
|
|
|
- focusColor: Colors.transparent,
|
|
|
- hoverColor: Colors.transparent,
|
|
|
- highlightColor: Colors.transparent,
|
|
|
- onTap: () async {
|
|
|
- context.pushNamed(SelectprovinciegemeenteWidget.routeName);
|
|
|
- },
|
|
|
- child: Text(
|
|
|
- FFAppState().gemeenteSelectNaam,
|
|
|
- style: FlutterFlowTheme.of(context).bodyMedium.override(
|
|
|
- font: GoogleFonts.roboto(
|
|
|
+ InkWell(
|
|
|
+ splashColor: Colors.transparent,
|
|
|
+ focusColor: Colors.transparent,
|
|
|
+ hoverColor: Colors.transparent,
|
|
|
+ highlightColor: Colors.transparent,
|
|
|
+ onTap: () async {
|
|
|
+ context.pushNamed(SelectprovinciegemeenteWidget.routeName);
|
|
|
+ },
|
|
|
+ child: Text(
|
|
|
+ FFAppState().gemeenteSelectNaam,
|
|
|
+ style: FlutterFlowTheme.of(context).bodyMedium.override(
|
|
|
+ font: GoogleFonts.roboto(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context).bodyMedium.fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context).bodyMedium.fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context).bodyMedium.fontWeight,
|
|
|
fontStyle:
|
|
|
FlutterFlowTheme.of(context).bodyMedium.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context).bodyMedium.fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context).bodyMedium.fontStyle,
|
|
|
- ),
|
|
|
+ ),
|
|
|
),
|
|
|
- ),
|
|
|
- Container(
|
|
|
- width: 2.0,
|
|
|
- height: 2.0,
|
|
|
- child: custom_widgets.VerbindingsBanner(
|
|
|
+ Container(
|
|
|
width: 2.0,
|
|
|
height: 2.0,
|
|
|
+ child: custom_widgets.VerbindingsBanner(
|
|
|
+ width: 2.0,
|
|
|
+ height: 2.0,
|
|
|
+ ),
|
|
|
),
|
|
|
- ),
|
|
|
- ],
|
|
|
+ ],
|
|
|
+ ),
|
|
|
),
|
|
|
);
|
|
|
}
|