2022年6月7日星期二

Make container widget fill parent vertically

 As of Jan 2020 the simplest is to use an Expanded Widget


Expanded(flex: 1,
         child: Container(..),
            ),


https://api.flutter.dev/flutter/widgets/Expanded-class.html

沒有留言:

發佈留言