CustomAppBar constructor
const
CustomAppBar({
- Key? key,
- String title = '',
- bool showBackButton = true,
- VoidCallback? onBack,
Implementation
const CustomAppBar({
Key? key,
this.title = '',
this.showBackButton = true,
this.onBack,
}) : super(key: key);