ButtonInfo constructor

ButtonInfo({
  1. String? type,
  2. String? title,
  3. String? backgroundColor,
  4. double? opacity,
  5. int? fontSize,
  6. String? fontName,
  7. String? fontColor,
  8. List<String>? fontStyle,
  9. int? deeplinkType,
  10. String? iOsUrl,
  11. Map<String, dynamic>? iosKeyValue,
  12. int? actionType,
})

Implementation

ButtonInfo({
  this.type,
  this.title,
  this.backgroundColor,
  this.opacity,
  this.fontSize,
  this.fontName,
  this.fontColor,
  this.fontStyle,
  this.deeplinkType,
  this.iOsUrl,
  this.iosKeyValue,
  this.actionType,
});