WuiSliverAppBar constructor

WuiSliverAppBar({
  1. Widget? leading,
  2. Widget? flexibleTitle,
  3. Widget? title,
  4. Widget? subtitle,
  5. List<Widget>? actions,
  6. PreferredSizeWidget? bottom,
  7. bool showExpanded = true,
})

Implementation

WuiSliverAppBar({
  this.leading,
  this.flexibleTitle,
  this.title,
  this.subtitle,
  this.actions,
  this.bottom,
  this.showExpanded = true
});