OpacityAppBar constructor
const
OpacityAppBar({
- Key? key,
- OpacityAppBarCall? call,
- String? title,
- Color titleColor = const Color(0xff333333),
- List<
Widget> ? actions, - Widget? backIcon,
- VoidCallback? backClick,
- Color? backgroundColor,
- bool enableActionBarGradient = false,
Implementation
const OpacityAppBar({
Key? key,
this.call,
this.title,
this.titleColor = const Color(0xff333333),
this.actions,
this.backIcon,
this.backClick,
this.backgroundColor,
this.enableActionBarGradient = false,
}) : super(key: key);