CustomAppBar constructor
- Key? key,
- required BuildContext context,
Constructs a CustomAppBar widget.
- context: The context in which the widget is built.
Implementation
const CustomAppBar({super.key, required this.context});
Constructs a CustomAppBar widget.
const CustomAppBar({super.key, required this.context});