RoundedOutlinedBorder constructor
const
RoundedOutlinedBorder({})
Implementation
const RoundedOutlinedBorder({
super.key,
this.showTopLeft = true,
this.showTopRight = true,
this.showBottomLeft = true,
this.showBottomRight = true,
this.clip = false,
required this.child,
});