Widget scaleOnHover({double scale = 1.1, Duration? duration}) { return ScaleOnHover( onHoverScale: scale, duration: duration, child: this, ); }