Questions tagged [flutter-column]

32 questions
0
votes
1 answer

Why is there so much space between Rows in my Flutter code?

Positioned( bottom: 15, left: 15, child: SizedBox( height: 100, child: Column( children: [ Row( children: [ ElevatedButton( …
SoulAndBone
  • 250
  • 2
  • 9
-1
votes
1 answer

How to design the application list in the iphone tip application

How to design the application list in the picture? Use ListView or Column?
Huangby
  • 11
  • 3
1 2
3