BadgesPostioned constructor

BadgesPostioned({
  1. Color? bgColor,
  2. String? type,
  3. bool? overlapping = false,
  4. Alignment? alignment,
  5. String? text,
  6. Color? textColor,
})

Implementation

BadgesPostioned(
    {this.bgColor,
    this.type,
    this.overlapping = false,
    this.alignment,
    this.text,
    this.textColor});