CAppBar constructor
CAppBar({
- Key? key,
- required String title,
- VoidCallback? onPressed,
- bool backButton = true,
- String? backButtonImage,
- String? action,
- double? actionWidth,
- double? actionHeight,
- VoidCallback? onActioned,
Implementation
CAppBar(
{super.key,
required this.title,
this.onPressed,
this.backButton = true,
this.backButtonImage,
this.action,
this.actionWidth,
this.actionHeight,
this.onActioned});