is align in center?
here is my code
Column(
//mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Container(
child: Row(
children: [
const CircleAvatar(
child: Icon(Icons.person),
),
// ignore: prefer_const_constructors
SizedBox(
width: 10,
),
Text("Salut M " + userlogin,
style: GoogleFonts.inter(
fontSize: textscale * 15,
fontWeight: FontWeight.w500,
color: Colors.grey[700])),
],
),
),
const SizedBox(
height: 30,
),
Text("TABLEAU DE BORD",
style: GoogleFonts.inter(
fontSize: textscale * 25, fontWeight: FontWeight
Becourse in row you have First Avatar and then Text ... 🤔
how do you want it?
I know how can I fix it bud?
To align to left I need to use row widget and add mainaxisalignment.start
Where u want to show this text?
Обсуждают сегодня