| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- import '/flutter_flow/flutter_flow_theme.dart';
- import '/flutter_flow/flutter_flow_util.dart';
- import '/flutter_flow/flutter_flow_widgets.dart';
- import '/shared/tag_categorie_component/tag_categorie_component_widget.dart';
- import 'dart:ui';
- import '/custom_code/widgets/index.dart' as custom_widgets;
- import 'kaart_tabel_uitgaan_s_comp_widget.dart'
- show KaartTabelUitgaanSCompWidget;
- import 'package:flutter/material.dart';
- import 'package:flutter_spinkit/flutter_spinkit.dart';
- import 'package:google_fonts/google_fonts.dart';
- import 'package:provider/provider.dart';
- class KaartTabelUitgaanSCompModel
- extends FlutterFlowModel<KaartTabelUitgaanSCompWidget> {
- /// State fields for stateful widgets in this component.
- // Models for tagCategorieComponent dynamic component.
- Map<String, FlutterFlowModel> tagCategorieComponentModels = {};
- final Map<String, DebugDataField> debugGeneratorVariables = {};
- final Map<String, DebugDataField> debugBackendQueries = {};
- final Map<String, FlutterFlowModel> widgetBuilderComponents = {};
- @override
- void initState(BuildContext context) {}
- @override
- void dispose() {}
- @override
- WidgetClassDebugData toWidgetClassDebugData() => WidgetClassDebugData(
- widgetParameters: {
- 'titel': debugSerializeParam(
- widget?.titel,
- ParamType.String,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=ShUKDwoFdGl0ZWwSBjVva2QyMXICCANQAFoFdGl0ZWw=',
- name: 'String',
- nullable: true,
- ),
- 'logo': debugSerializeParam(
- widget?.logo,
- ParamType.String,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=ShQKDgoEbG9nbxIGNzZxemxncgIIBFAAWgRsb2dv',
- name: 'String',
- nullable: true,
- ),
- 'categorie': debugSerializeParam(
- widget?.categorie,
- ParamType.String,
- isList: true,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=ShsKEwoJY2F0ZWdvcmllEgZrN2djMm5yBBICCANQAFoJY2F0ZWdvcmll',
- name: 'String',
- nullable: true,
- ),
- 'date': debugSerializeParam(
- widget?.date,
- ParamType.String,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=ShQKDgoEZGF0ZRIGMHZiaXhxcgIIA1AAWgRkYXRl',
- name: 'String',
- nullable: true,
- ),
- 'horecagelegenheid': debugSerializeParam(
- widget?.horecagelegenheid,
- ParamType.String,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=SiEKGwoRaG9yZWNhZ2VsZWdlbmhlaWQSBjVneDJqOXICCANQAFoRaG9yZWNhZ2VsZWdlbmhlaWQ=',
- name: 'String',
- nullable: true,
- ),
- 'adres': debugSerializeParam(
- widget?.adres,
- ParamType.String,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=ShUKDwoFYWRyZXMSBjY3aWJqcnICCANQAFoFYWRyZXM=',
- name: 'String',
- nullable: true,
- ),
- 'plaats': debugSerializeParam(
- widget?.plaats,
- ParamType.String,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=ShYKEAoGcGxhYXRzEgZqajZiMGZyAggDUABaBnBsYWF0cw==',
- name: 'String',
- nullable: true,
- ),
- 'inhoud': debugSerializeParam(
- widget?.inhoud,
- ParamType.String,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd?tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=ShYKEAoGaW5ob3VkEgY5dnMwdWFyAggDUABaBmluaG91ZA==',
- name: 'String',
- nullable: true,
- )
- }.withoutNulls.entries,
- generatorVariables: debugGeneratorVariables.entries,
- backendQueries: debugBackendQueries.entries,
- componentStates: {
- ...widgetBuilderComponents.map(
- (key, value) => MapEntry(
- key,
- value.toWidgetClassDebugData(),
- ),
- ),
- }.withoutNulls.entries,
- dynamicComponentStates: {
- 'tagCategorieComponentModels (List<tagCategorieComponent>)':
- DynamicWidgetClassDebugData(
- componentStates: Map.fromIterables(
- List.generate(
- tagCategorieComponentModels.length, (index) => '[$index]'),
- tagCategorieComponentModels.values
- .map((e) => e.toWidgetClassDebugData()),
- ).entries,
- ),
- }.withoutNulls.entries,
- link:
- 'https://app.flutterflow.io/project/uitgaanskrant-1qhvtd/tab=uiBuilder&page=kaartTabelUitgaanSComp',
- searchReference:
- 'reference=OhZrYWFydFRhYmVsVWl0Z2FhblNDb21wUABaFmthYXJ0VGFiZWxVaXRnYWFuU0NvbXA=',
- widgetClassName: 'kaartTabelUitgaanSComp',
- );
- }
|