clone method

  1. @override
AABB clone()
override

Implementation

@override
AABB clone() => AABB(position.clone(), width: width, height: height);