visibleContentBounds property

RRect get visibleContentBounds

Implementation

RRect get visibleContentBounds {
  return borderRadius.toRRect(actualPaintBounds ?? paintBounds);
}