OutlineDecoration constructor
const
OutlineDecoration({})
Implementation
const OutlineDecoration({
super.key,
this.child,
this.showTop = true,
this.showBottom = true,
this.showLeft = true,
this.showRight = true,
});