FigmaTextComponent constructor

const FigmaTextComponent(
  1. String componentName, {
  2. required String text,
  3. Key? key,
})

Implementation

const FigmaTextComponent(this.componentName, {required this.text, super.key});