With FittedBox Center( child: Container( width: 200, height: 200, color: Colors.purple, child: FittedBox( fit: BoxFit.contain, child: Text( ...
確定! 回上一頁