You can use a Row wrapping your children with Expanded: Row( children: [ Expanded( child: RaisedButton( child: Text('Approve'), onPressed: () => null, )
確定! 回上一頁