Scales the widget by the specified factor
Widget scale(double scale) => Transform.scale(scale: scale, child: this);