SparkSelectDecoration constructor

const SparkSelectDecoration({
  1. FontWeight? fontWeight,
  2. Color? textColor,
  3. BorderRadiusGeometry? borderRadius,
  4. double? fontSize,
  5. Color? backgroundColor,
  6. BoxBorder? border,
})

Implementation

const SparkSelectDecoration({
  this.fontWeight,
  this.textColor,
  this.borderRadius,
  this.fontSize,
  this.backgroundColor,
  this.border,
});