FigmaListComponent constructor
const
FigmaListComponent(})
Implementation
const FigmaListComponent(
this.componentName, {
required this.itemCount,
required this.itemBuilder,
this.scrollDirection = Axis.vertical,
this.shrinkWrap = false,
super.key,
});