AttributionSettings constructor Null safety

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

Implementation

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