HubbleSpacing constructor
const
HubbleSpacing({
- required HubbleSpaces spaces,
- required HubbleSpaceWidgets widths,
- required HubbleSpaceWidgets heights,
Implementation
const HubbleSpacing({
required this.spaces,
required this.widths,
required this.heights,
});