Badge constructor

const Badge({
  1. Key? key,
  2. int? value,
  3. String? text,
  4. AlertType type = AlertType.info,
})

Implementation

const Badge({super.key, this.value, this.text, this.type = AlertType.info});