componentBounds property

  1. @override
Rectangle<int> componentBounds

Bounding box for drawing this component.

Implementation

@override
Rectangle<int> get componentBounds => _componentBounds;