estimatedBounds property

Rect estimatedBounds
final

An estimate of the bounds within which the painting context's canvas will record painting commands. This can be useful for debugging.

The canvas will allow painting outside these bounds.

The estimatedBounds rectangle is in the canvas coordinate system.

Implementation

final Rect estimatedBounds;