aabb property

  1. @override
AABB get aabb
override

Implementation

@override
AABB get aabb => AABB(Vec2(left, top), width: right - left, height: bottom - top);