LogoSettings constructor

LogoSettings({
  1. bool? enabled,
  2. OrnamentPosition? position,
  3. double? marginLeft,
  4. double? marginTop,
  5. double? marginRight,
  6. double? marginBottom,
})

Implementation

LogoSettings({
  this.enabled,
  this.position,
  this.marginLeft,
  this.marginTop,
  this.marginRight,
  this.marginBottom,
});