TransparentAppBar constructor
const
TransparentAppBar({
- Key? key,
- String? title,
- Widget? titleWidget,
- List<
Widget> ? actions, - Widget? leading,
- bool showBackButton = true,
- IconData backIcon = Icons.arrow_back_ios,
- Color? backIconColor,
- VoidCallback? onBack,
- Color? foregroundColor = Colors.white,
- Color? titleColor = Colors.white,
- double elevation = 0,
- SystemUiOverlayStyle? systemOverlayStyle = SystemUiOverlayStyle.light,
- String? semanticLabel,
- bool? enableSecurity,
Implementation
const TransparentAppBar({
super.key,
super.title,
super.titleWidget,
super.actions,
super.leading,
super.showBackButton = true,
super.backIcon,
super.backIconColor,
super.onBack,
super.foregroundColor = Colors.white,
super.titleColor = Colors.white,
super.elevation = 0,
super.systemOverlayStyle = SystemUiOverlayStyle.light,
super.semanticLabel,
super.enableSecurity,
}) : super(transparent: true);