FigmaAppbarComponent constructor

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

Implementation

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