SmoothAppbar constructor
SmoothAppbar({
- Key? key,
- String? title,
- VoidCallback? titleOnTap,
- IconData? leftIcon,
- IconData? rightIcon,
- VoidCallback? leftIconOnPressed,
- VoidCallback? rightIconOnPressed,
- PreferredSizeWidget? bottom,
Implementation
SmoothAppbar({
super.key,
this.title,
this.titleOnTap,
this.leftIcon,
this.rightIcon,
this.leftIconOnPressed,
this.rightIconOnPressed,
this.bottom,
});