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