CustomAppBar constructor
Creates a CustomAppBar with the given title
.
The back button automatically calls Navigator.of(context).pop()
.
Implementation
const CustomAppBar({super.key, required this.title});
Creates a CustomAppBar with the given title
.
The back button automatically calls Navigator.of(context).pop()
.
const CustomAppBar({super.key, required this.title});