PageLayout constructor
const
PageLayout({})
Implementation
const PageLayout({
this.width = 800.0,
this.height = 1100.0, // A4 proportions
this.marginTop = 80.0,
this.marginBottom = 80.0,
this.marginLeft = 80.0,
this.marginRight = 80.0,
this.staffGroupSpacing = 12.0, // Space between groups
this.staffSpacing = 8.0, // Space between staves in a group
this.systemSpacing = 16.0, // Space between systems
});