Row( children: [ Container(height: 100, width: 100, color: Colors.red), Spacer(), Container(height: 100, width: 100, color: Colors.green) ], )
0 Comments