fix: removido flexible do card item
This commit is contained in:
parent
7fc7f50aa5
commit
9ec4a862b0
|
@ -79,8 +79,7 @@ class _CardItemTemplateComponentWidgetState extends State<CardItemTemplateCompon
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 2.5),
|
const SizedBox(width: 2.5),
|
||||||
Flexible(
|
Text(
|
||||||
child: Text(
|
|
||||||
text,
|
text,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
style: FlutterFlowTheme.of(context).bodyMedium.override(
|
style: FlutterFlowTheme.of(context).bodyMedium.override(
|
||||||
|
@ -90,7 +89,6 @@ class _CardItemTemplateComponentWidgetState extends State<CardItemTemplateCompon
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
useGoogleFonts: GoogleFonts.asMap().containsKey(FlutterFlowTheme.of(context).bodyMediumFamily),
|
useGoogleFonts: GoogleFonts.asMap().containsKey(FlutterFlowTheme.of(context).bodyMediumFamily),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue