HubbleSpacing.fromSpaces constructor
HubbleSpacing.fromSpaces(
- HubbleSpaces spaces
Implementation
factory HubbleSpacing.fromSpaces(HubbleSpaces spaces) {
return HubbleSpacing(
spaces: spaces,
widths: HubbleSpaceWidgets.widths(spaces),
heights: HubbleSpaceWidgets.heights(spaces),
);
}