BoxDecoration constructor

const BoxDecoration({
  1. String? semanticLabel,
  2. Gradient? gradient,
  3. String? backgroundImage,
})

Implementation

const BoxDecoration({
  this.semanticLabel,
  this.gradient,
  this.backgroundImage,
});