HubbleList constructor
const
HubbleList({})
Implementation
const HubbleList({
super.key,
this.height,
this.width,
this.gap,
this.scrollDirection,
this.shrinkWrap,
required this.items,
});
const HubbleList({
super.key,
this.height,
this.width,
this.gap,
this.scrollDirection,
this.shrinkWrap,
required this.items,
});