BoxDecoration constructor
Creates a new BoxDecoration.
Implementation
const BoxDecoration({
this.backgroundStyle,
this.backgroundColor,
this.border,
});
Creates a new BoxDecoration.
const BoxDecoration({
this.backgroundStyle,
this.backgroundColor,
this.border,
});