Transform.translate( offset: Offset(100.0, 0.0), child: Container( height: 100.0, width: 100.0, color: Colors.blue, ) ...
確定! 回上一頁