scaled method
Scaled version of this GShape.
Implementation
@override
GPanel scaled(double scale) => GPanel(x.scaled(scale), y.scaled(scale),
width.scaled(scale), height.scaled(scale), elements.scaled(scale),
backgroundColor: backgroundColor);