LogoSettings constructor

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

Implementation

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