bounds property
final
The bounds to apply the filter in the local coordinate space.
Specified in the canvas's current coordinate space and affected by the current transform. The bounds may not be axis-aligned in final canvas coordinates.
Typically the bounds of the widget or render object applying the filter.
Implementation
final ui.Rect bounds;