SchemaSize constructor

const SchemaSize({
  1. double cell = _kCellSize,
  2. double opening = _kOpeningRadius,
})

Implementation

const SchemaSize({this.cell = _kCellSize, this.opening = _kOpeningRadius});