|
|
@@ -477,17 +477,29 @@ class _EvenementHorecagelegenheidWidgetState
|
|
|
FlutterFlowTheme.of(context).primaryText,
|
|
|
size: 24.0,
|
|
|
),
|
|
|
- Text(
|
|
|
- valueOrDefault<String>(
|
|
|
- EstablishmentInfoCall.establishmentPlaats(
|
|
|
- columnEstablishmentInfoResponse.jsonBody,
|
|
|
+ Flexible(
|
|
|
+ child: Text(
|
|
|
+ valueOrDefault<String>(
|
|
|
+ EstablishmentInfoCall.establishmentPlaats(
|
|
|
+ columnEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ),
|
|
|
+ 'Plaats',
|
|
|
),
|
|
|
- 'Plaats',
|
|
|
- ),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -497,26 +509,31 @@ class _EvenementHorecagelegenheidWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
+ ),
|
|
|
),
|
|
|
- Text(
|
|
|
- valueOrDefault<String>(
|
|
|
- EstablishmentInfoCall.establishmentAdres(
|
|
|
- columnEstablishmentInfoResponse.jsonBody,
|
|
|
+ Flexible(
|
|
|
+ child: Text(
|
|
|
+ valueOrDefault<String>(
|
|
|
+ EstablishmentInfoCall.establishmentAdres(
|
|
|
+ columnEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ),
|
|
|
+ 'Adres',
|
|
|
),
|
|
|
- 'Adres',
|
|
|
- ),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -526,14 +543,7 @@ class _EvenementHorecagelegenheidWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
+ ),
|
|
|
),
|
|
|
],
|
|
|
),
|
|
|
@@ -564,19 +574,30 @@ class _EvenementHorecagelegenheidWidgetState
|
|
|
'Telefoon',
|
|
|
) !=
|
|
|
'')
|
|
|
- Text(
|
|
|
- valueOrDefault<String>(
|
|
|
- EstablishmentInfoCall
|
|
|
- .establishmentTelefoonnummer(
|
|
|
- columnEstablishmentInfoResponse
|
|
|
- .jsonBody,
|
|
|
+ Flexible(
|
|
|
+ child: Text(
|
|
|
+ valueOrDefault<String>(
|
|
|
+ EstablishmentInfoCall
|
|
|
+ .establishmentTelefoonnummer(
|
|
|
+ columnEstablishmentInfoResponse
|
|
|
+ .jsonBody,
|
|
|
+ ),
|
|
|
+ 'Telefoon',
|
|
|
),
|
|
|
- 'Telefoon',
|
|
|
- ),
|
|
|
- style: FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .override(
|
|
|
- font: GoogleFonts.inter(
|
|
|
+ style: FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .override(
|
|
|
+ font: GoogleFonts.inter(
|
|
|
+ fontWeight:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontWeight,
|
|
|
+ fontStyle:
|
|
|
+ FlutterFlowTheme.of(context)
|
|
|
+ .bodyMedium
|
|
|
+ .fontStyle,
|
|
|
+ ),
|
|
|
+ letterSpacing: 0.0,
|
|
|
fontWeight:
|
|
|
FlutterFlowTheme.of(context)
|
|
|
.bodyMedium
|
|
|
@@ -586,16 +607,7 @@ class _EvenementHorecagelegenheidWidgetState
|
|
|
.bodyMedium
|
|
|
.fontStyle,
|
|
|
),
|
|
|
- letterSpacing: 0.0,
|
|
|
- fontWeight:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontWeight,
|
|
|
- fontStyle:
|
|
|
- FlutterFlowTheme.of(context)
|
|
|
- .bodyMedium
|
|
|
- .fontStyle,
|
|
|
- ),
|
|
|
+ ),
|
|
|
),
|
|
|
],
|
|
|
),
|