AssetPickerAppBar constructor
const
AssetPickerAppBar({
- Key? key,
- bool automaticallyImplyLeading = true,
- bool automaticallyImplyActions = true,
- Brightness? brightness,
- Widget? title,
- Widget? leading,
- PreferredSizeWidget? bottom,
- bool centerTitle = true,
- Color? backgroundColor,
- double elevation = 0,
- List<
Widget> ? actions, - EdgeInsetsGeometry? actionsPadding,
- double? height,
- double blurRadius = 0,
- IconThemeData? iconTheme,
- Semantics semanticsBuilder(
- Widget appBar
Implementation
const AssetPickerAppBar({
super.key,
this.automaticallyImplyLeading = true,
this.automaticallyImplyActions = true,
this.brightness,
this.title,
this.leading,
this.bottom,
this.centerTitle = true,
this.backgroundColor,
this.elevation = 0,
this.actions,
this.actionsPadding,
this.height,
this.blurRadius = 0,
this.iconTheme,
this.semanticsBuilder,
});