componentBounds property

  1. @override
Rectangle<int>? componentBounds
inherited

Bounding box for drawing this component.

Implementation

@override
Rectangle<int>? get componentBounds => _drawAreaBounds;