componentBounds property

  1. @override
Rectangle<int>? componentBounds
override

Bounding box for drawing this component.

Implementation

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