PhoenixAppBar.buildSearchResultStyle constructor
PhoenixAppBar.buildSearchResultStyle({
- Key? key,
- String? title,
- Color? backgroundColor,
- PreferredSizeWidget? bottom,
- bool showLeadingDivider = true,
- Widget? flexibleSpace,
- VoidCallback? backLeadCallback,
- bool? showDefaultBottom = true,
- AppBarConfig? themeData,
- double? leadingWidth,
- Color? shadowColor,
- ShapeBorder? shape,
- IconThemeData? iconTheme,
- IconThemeData? actionsIconTheme,
- bool excludeHeaderSemantics = false,
- bool primary = true,
- SystemUiOverlayStyle? systemOverlayStyle,
- double? titleSpacing,
Implementation
PhoenixAppBar.buildSearchResultStyle(
{Key? key,
String? title,
this.backgroundColor,
this.bottom,
this.showLeadingDivider = true,
this.flexibleSpace,
this.backLeadCallback,
this.showDefaultBottom = true,
this.themeData,
this.leadingWidth,
this.shadowColor,
this.shape,
this.iconTheme,
this.actionsIconTheme,
this.excludeHeaderSemantics = false,
this.primary = true,
this.systemOverlayStyle,
this.titleSpacing})
: actions = null,
elevation = 0,
toolbarOpacity = 1.0,
bottomOpacity = 1.0,
leading = null,
automaticallyImplyLeading = false,
titleAlignment = Alignment.centerLeft,
title = _BrnSearchResultAppBar(
appBarConfig: themeData,
backgroundColor: backgroundColor,
title: title,
bottom: bottom,
showLeadingDivider: showLeadingDivider,
flexibleSpace: flexibleSpace,
backLeadCallback: backLeadCallback,
showDefaultBottom: showDefaultBottom,
),
super(key: key, child: Container(), preferredSize: const Size(0, 0));