LogoSettings constructor Null safety
- {OrnamentPosition? position,
- double? marginLeft,
- double? marginTop,
- double? marginRight,
- double? marginBottom}
Implementation
LogoSettings({
this.position,
this.marginLeft,
this.marginTop,
this.marginRight,
this.marginBottom,
});