Row(
children: [
Spacer(flex: 1),
Container(width: 15,),
FaIcon(
FontAwesomeIcons.solidCheckCircle,
color: FlutterFlowTheme.of(context).primaryColor,
size: 23,
),
Container(width: 10,),
Expanded(
flex: 4,
child: Text(
'tfjftjftgjftgjfgj',
textAlign: TextAlign.left,
style: FlutterFlowTheme.of(context).bodyText1,
),
),
Spacer(flex: 1)
],
),
with wrap
prevent overflow
flex
沒有留言:
發佈留言