clone method

GroundOverlay clone()
override

Creates a new GroundOverlay object whose values are the same as this instance.

Implementation

GroundOverlay clone() => copyWith();