Offsets the widget using an Offset.
Widget offset(Offset offset) { return Transform.translate( offset: offset, child: this, ); }