UnreadCounter.text constructor

const UnreadCounter.text(
  1. String text, {
  2. Key? key,
  3. bool dimmed = false,
  4. bool inverted = false,
})

Implementation

const UnreadCounter.text(
  String this.text, {
  super.key,
  this.dimmed = false,
  this.inverted = false,
}) : count = 0;