boundsExplicit property

  1. @override
Bounds<T>? 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<T>? get boundsExplicit => this;