|
@@ -121,11 +121,11 @@ class _EvenementInfoWidgetState extends State<EvenementInfoWidget>
|
|
|
child: Column(
|
|
child: Column(
|
|
|
mainAxisSize: MainAxisSize.max,
|
|
mainAxisSize: MainAxisSize.max,
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
- crossAxisAlignment: CrossAxisAlignment.end,
|
|
|
|
|
|
|
+ crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
children: [
|
|
children: [
|
|
|
Row(
|
|
Row(
|
|
|
mainAxisSize: MainAxisSize.max,
|
|
mainAxisSize: MainAxisSize.max,
|
|
|
- mainAxisAlignment: MainAxisAlignment.end,
|
|
|
|
|
|
|
+ mainAxisAlignment: MainAxisAlignment.start,
|
|
|
children: [
|
|
children: [
|
|
|
Column(
|
|
Column(
|
|
|
mainAxisSize: MainAxisSize.max,
|
|
mainAxisSize: MainAxisSize.max,
|
|
@@ -178,42 +178,51 @@ class _EvenementInfoWidgetState extends State<EvenementInfoWidget>
|
|
|
),
|
|
),
|
|
|
],
|
|
],
|
|
|
),
|
|
),
|
|
|
- Row(
|
|
|
|
|
- mainAxisSize: MainAxisSize.min,
|
|
|
|
|
- mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
- children: [
|
|
|
|
|
- Text(
|
|
|
|
|
- FFLocalizations.of(context).getText(
|
|
|
|
|
- 'gpbaiwi9' /* Entree: */,
|
|
|
|
|
- ),
|
|
|
|
|
- textAlign: TextAlign.center,
|
|
|
|
|
- style: FlutterFlowTheme.of(context).headlineLarge.override(
|
|
|
|
|
- font: GoogleFonts.roboto(
|
|
|
|
|
- fontWeight: FlutterFlowTheme.of(context)
|
|
|
|
|
- .headlineLarge
|
|
|
|
|
- .fontWeight,
|
|
|
|
|
- fontStyle: FlutterFlowTheme.of(context)
|
|
|
|
|
- .headlineLarge
|
|
|
|
|
- .fontStyle,
|
|
|
|
|
- ),
|
|
|
|
|
- letterSpacing: 0.0,
|
|
|
|
|
- fontWeight:
|
|
|
|
|
- FlutterFlowTheme.of(context).headlineLarge.fontWeight,
|
|
|
|
|
- fontStyle:
|
|
|
|
|
- FlutterFlowTheme.of(context).headlineLarge.fontStyle,
|
|
|
|
|
- ),
|
|
|
|
|
- ),
|
|
|
|
|
- Column(
|
|
|
|
|
- mainAxisSize: MainAxisSize.min,
|
|
|
|
|
- children: [
|
|
|
|
|
- if (widget!.entreeprijs != null && widget!.entreeprijs != '')
|
|
|
|
|
- Text(
|
|
|
|
|
- valueOrDefault<String>(
|
|
|
|
|
- widget!.entreeprijs,
|
|
|
|
|
- 'Prijs onbekend',
|
|
|
|
|
|
|
+ if (widget!.entreeprijs != null && widget!.entreeprijs != '')
|
|
|
|
|
+ Row(
|
|
|
|
|
+ mainAxisSize: MainAxisSize.min,
|
|
|
|
|
+ mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
+ children: [
|
|
|
|
|
+ Text(
|
|
|
|
|
+ FFLocalizations.of(context).getText(
|
|
|
|
|
+ 'gpbaiwi9' /* Entree: */,
|
|
|
|
|
+ ),
|
|
|
|
|
+ textAlign: TextAlign.center,
|
|
|
|
|
+ style: FlutterFlowTheme.of(context).titleSmall.override(
|
|
|
|
|
+ font: GoogleFonts.roboto(
|
|
|
|
|
+ fontWeight: FlutterFlowTheme.of(context)
|
|
|
|
|
+ .titleSmall
|
|
|
|
|
+ .fontWeight,
|
|
|
|
|
+ fontStyle:
|
|
|
|
|
+ FlutterFlowTheme.of(context).titleSmall.fontStyle,
|
|
|
|
|
+ ),
|
|
|
|
|
+ letterSpacing: 0.0,
|
|
|
|
|
+ fontWeight:
|
|
|
|
|
+ FlutterFlowTheme.of(context).titleSmall.fontWeight,
|
|
|
|
|
+ fontStyle:
|
|
|
|
|
+ FlutterFlowTheme.of(context).titleSmall.fontStyle,
|
|
|
),
|
|
),
|
|
|
- style: FlutterFlowTheme.of(context).bodyMedium.override(
|
|
|
|
|
- font: GoogleFonts.roboto(
|
|
|
|
|
|
|
+ ),
|
|
|
|
|
+ Column(
|
|
|
|
|
+ mainAxisSize: MainAxisSize.min,
|
|
|
|
|
+ children: [
|
|
|
|
|
+ if (widget!.entreeprijs != null &&
|
|
|
|
|
+ widget!.entreeprijs != '')
|
|
|
|
|
+ Text(
|
|
|
|
|
+ valueOrDefault<String>(
|
|
|
|
|
+ widget!.entreeprijs,
|
|
|
|
|
+ 'Prijs onbekend',
|
|
|
|
|
+ ),
|
|
|
|
|
+ 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)
|
|
fontWeight: FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
.bodyMedium
|
|
|
.fontWeight,
|
|
.fontWeight,
|
|
@@ -221,24 +230,24 @@ class _EvenementInfoWidgetState extends State<EvenementInfoWidget>
|
|
|
.bodyMedium
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
.fontStyle,
|
|
|
),
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
|
|
- fontWeight: FlutterFlowTheme.of(context)
|
|
|
|
|
- .bodyMedium
|
|
|
|
|
- .fontWeight,
|
|
|
|
|
- fontStyle: FlutterFlowTheme.of(context)
|
|
|
|
|
- .bodyMedium
|
|
|
|
|
- .fontStyle,
|
|
|
|
|
- ),
|
|
|
|
|
- ),
|
|
|
|
|
- if (widget!.entreetoelichting != null &&
|
|
|
|
|
- widget!.entreetoelichting != '')
|
|
|
|
|
- Text(
|
|
|
|
|
- valueOrDefault<String>(
|
|
|
|
|
- widget!.entreetoelichting,
|
|
|
|
|
- 'Geen toelichting',
|
|
|
|
|
),
|
|
),
|
|
|
- style: FlutterFlowTheme.of(context).bodyMedium.override(
|
|
|
|
|
- font: GoogleFonts.roboto(
|
|
|
|
|
|
|
+ if (widget!.entreetoelichting != null &&
|
|
|
|
|
+ widget!.entreetoelichting != '')
|
|
|
|
|
+ Text(
|
|
|
|
|
+ valueOrDefault<String>(
|
|
|
|
|
+ widget!.entreetoelichting,
|
|
|
|
|
+ 'Geen toelichting',
|
|
|
|
|
+ ),
|
|
|
|
|
+ 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)
|
|
fontWeight: FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
.bodyMedium
|
|
|
.fontWeight,
|
|
.fontWeight,
|
|
@@ -246,19 +255,11 @@ class _EvenementInfoWidgetState extends State<EvenementInfoWidget>
|
|
|
.bodyMedium
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
.fontStyle,
|
|
|
),
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
|
|
- fontWeight: FlutterFlowTheme.of(context)
|
|
|
|
|
- .bodyMedium
|
|
|
|
|
- .fontWeight,
|
|
|
|
|
- fontStyle: FlutterFlowTheme.of(context)
|
|
|
|
|
- .bodyMedium
|
|
|
|
|
- .fontStyle,
|
|
|
|
|
- ),
|
|
|
|
|
- ),
|
|
|
|
|
- ],
|
|
|
|
|
- ),
|
|
|
|
|
- ],
|
|
|
|
|
- ),
|
|
|
|
|
|
|
+ ),
|
|
|
|
|
+ ],
|
|
|
|
|
+ ),
|
|
|
|
|
+ ],
|
|
|
|
|
+ ),
|
|
|
if (widget!.website != null && widget!.website != '')
|
|
if (widget!.website != null && widget!.website != '')
|
|
|
InkWell(
|
|
InkWell(
|
|
|
splashColor: Colors.transparent,
|
|
splashColor: Colors.transparent,
|