Kusai
0
Q:

cross acces alignment in flutter

Row(  crossAxisAlignment: CrossAxisAlignment.start,  children: [    Container(      color: Colors.blue,      height: 50.0,      width: 50.0,    ),    Icon(Icons.adjust, size: 50.0, color: Colors.pink),    Icon(Icons.adjust, size: 50.0, color: Colors.purple,),    Icon(Icons.adjust, size: 50.0, color: Colors.greenAccent,),    Container(      color: Colors.orange,      height: 50.0,      width: 50.0,    ),    Icon(Icons.adjust, size: 50.0, color: Colors.cyan,),  ],);
0

New to Communities?

Join the community