This commit is contained in:
jantunesmesias 2024-08-23 09:17:05 -03:00
parent 98dc243aa2
commit b91ea4961c
1 changed files with 7 additions and 6 deletions

View File

@ -1,15 +1,14 @@
import 'dart:collection';
import 'dart:developer';
import 'package:auto_size_text/auto_size_text.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:provider/provider.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import 'card_item_template_component_model.dart';
export 'card_item_template_component_model.dart';
///
@ -160,7 +159,9 @@ class _CardItemTemplateComponentWidgetState
.primaryText,
),
),
const SizedBox(width: 3.0), // Espaçamento entre o label e o valor
const SizedBox(
width:
3.0), // Espaçamento entre o label e o valor
Flexible(
child: Text(
value,