RoundedCornerOptions constructor
const
RoundedCornerOptions({})
Implementation
const RoundedCornerOptions({
this.showTopLeft = true,
this.showTopRight = true,
this.showBottomLeft = true,
this.showBottomRight = true,
});