Example 1: flutter flex Row( children:[ Expanded( flex: 9, child: Container( color: Colors.red, child: Text( 'Flex 9' ), ), //Replace with your child widget ) ...
確定! 回上一頁