FigmaFlexComponent constructor

const FigmaFlexComponent(
  1. String componentName, {
  2. required List<Widget> children,
  3. Key? key,
})

Implementation

const FigmaFlexComponent(
  this.componentName, {
  required this.children,
  super.key,
});