MephistoAppBar constructor
const
MephistoAppBar({ - Key? key,
- required Widget title,
- bool? showBackArrow = false,
- bool? isDefaultBackAction = true,
- Function? onBackArrowTap,
- Function? onSuffixIconTap,
- bool? isSuffixProcessing = false,
- Widget? suffixIcon,
- Function? onPrefixIconTap,
- Widget? prefixIcon,
- bool? isCentred = false,
- MephistoTextIconBadge? badge,
- String? image,
- bool? isNetworkImage,
- String? networkImage,
- String? placeholder,
})
Implementation
const MephistoAppBar(
{super.key,
required this.title,
this.showBackArrow = false,
this.isDefaultBackAction = true,
this.onBackArrowTap,
this.onSuffixIconTap,
this.isSuffixProcessing = false,
this.suffixIcon,
this.onPrefixIconTap,
this.prefixIcon,
this.isCentred = false,
this.badge,
this.image,
this.isNetworkImage,
this.networkImage,
this.placeholder});