HubbleSpacing constructor

const HubbleSpacing({
  1. required HubbleSpaces spaces,
  2. required HubbleSpaceWidgets widths,
  3. required HubbleSpaceWidgets heights,
})

Implementation

const HubbleSpacing({
  required this.spaces,
  required this.widths,
  required this.heights,
});