FigmaButtonComponent constructor

const FigmaButtonComponent(
  1. String componentName, {
  2. required VoidCallback onPressed,
  3. Widget? child,
  4. Key? key,
})

Implementation

const FigmaButtonComponent(
  this.componentName, {
  required this.onPressed,
  this.child,
  super.key,
});