DescriptionInfo constructor

DescriptionInfo({
  1. String? text,
  2. String? bgColor,
  3. double? opacity,
  4. int? fontSize,
  5. String? fontName,
})

Implementation

DescriptionInfo({
  this.text,
  this.bgColor,
  this.opacity,
  this.fontSize,
  this.fontName,
});