AttributionSettings constructor

AttributionSettings({
  1. bool? enabled,
  2. int? iconColor,
  3. OrnamentPosition? position,
  4. double? marginLeft,
  5. double? marginTop,
  6. double? marginRight,
  7. double? marginBottom,
  8. bool? clickable,
})

Implementation

AttributionSettings({
  this.enabled,
  this.iconColor,
  this.position,
  this.marginLeft,
  this.marginTop,
  this.marginRight,
  this.marginBottom,
  this.clickable,
});