bounds property

  1. @override
Bounds bounds
override

Implementation

@override
Bounds get bounds => Bounds(
      const UPoint(-D, -D),
      const UPoint(D, D),
    );