I ended finding a very straight forward way to do this using the OverflowBox widget: new Container( child: new OverflowBox( minWidth: 0.0, minHeight: 0.0, ...
確定! 回上一頁