PortalSpacing constructor

const PortalSpacing(
  1. double spacing, {
  2. bool diagonal = false,
})

Implementation

const PortalSpacing(this.spacing, {this.diagonal = false});