TriggerLabel constructor

TriggerLabel({
  1. String? color,
  2. String? background,
  3. String? text,
})

Implementation

TriggerLabel({this.color, this.background, this.text});