empty constant
RoundedCornerOptions
const empty
Static constant instance with all borders hidden
Implementation
static const empty = RoundedCornerOptions(
showTopLeft: false,
showTopRight: false,
showBottomLeft: false,
showBottomRight: false,
);