transform.translate
transform.translate( offset: Offset(50.0, 0.0), child: Container( color: Colors.blue, width: 100.0, height: 100.0, ), )