2022年7月20日星期三

Center the children in Row with Spacer() with wrap prevent overflow


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

沒有留言:

發佈留言