FigmaAppbarComponent constructor
const
FigmaAppbarComponent(
- String componentName, {
- required BuildContext context,
- required List<
Widget> children, - Key? key,
Implementation
const FigmaAppbarComponent(
this.componentName, {
required this.context,
required this.children,
super.key,
});