CustomAppBar constructor

const CustomAppBar({
  1. Key? key,
  2. required BuildContext context,
})

Constructs a CustomAppBar widget.

  • context: The context in which the widget is built.

Implementation

const CustomAppBar({super.key, required this.context});