AssetPickerAppBar constructor

const AssetPickerAppBar({
  1. Key? key,
  2. bool automaticallyImplyLeading = true,
  3. bool automaticallyImplyActions = true,
  4. Brightness? brightness,
  5. Widget? title,
  6. Widget? leading,
  7. PreferredSizeWidget? bottom,
  8. bool centerTitle = true,
  9. Color? backgroundColor,
  10. double elevation = 0,
  11. List<Widget>? actions,
  12. EdgeInsetsGeometry? actionsPadding,
  13. double? height,
  14. double blurRadius = 0,
  15. IconThemeData? iconTheme,
  16. Semantics semanticsBuilder(
    1. 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,
});