Scales the widget by a specified factor.
scale The scaling factor.
scale
Transform scale(double scale) { return Transform.scale(scale: scale, child: this); }