semanticBounds property
override
The bounding box, in the local coordinate system, of this object, for accessibility purposes.
Implementation
@override
Rect get semanticBounds => paintBounds;
The bounding box, in the local coordinate system, of this object, for accessibility purposes.
@override
Rect get semanticBounds => paintBounds;