menu
checkout_flutter_sdk package
documentation
custom_appbar.dart
CustomAppBar
CustomAppBar const constructor
CustomAppBar const constructor
dark_mode
light_mode
CustomAppBar
constructor
const
CustomAppBar
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const CustomAppBar({super.key, required this.title});
checkout_flutter_sdk package
documentation
custom_appbar
CustomAppBar
CustomAppBar const constructor
CustomAppBar class