TriggerIcon constructor

TriggerIcon({
  1. String? color,
  2. int? opacity,
  3. bool? isAnimated,
  4. String? type,
})

Implementation

TriggerIcon({this.color, this.opacity, this.isAnimated, this.type});