FigmaButtonComponent constructor
const
FigmaButtonComponent(
- String componentName, {
- required VoidCallback onPressed,
- Widget? child,
- Key? key,
Implementation
const FigmaButtonComponent(
this.componentName, {
required this.onPressed,
this.child,
super.key,
});