boundsExplicit property

  1. @override
Bounds<Point<num>>? boundsExplicit

The explicit bounds for this object when available.

Accessing this should never trigger extensive calculations. That is, if bounds is not known, then returns the null value.

Implementation

@override
Bounds? get boundsExplicit => null;