AdaptiveBarData constructor

const AdaptiveBarData({
  1. Key? key,
  2. Widget? title,
  3. Widget? leading,
  4. List<Widget>? actions,
  5. Color? backgroundColor,
  6. PreferredSizeWidget? bottom,
})

Implementation

const AdaptiveBarData({
  this.key,
  this.title,
  this.leading,
  this.actions,
  this.backgroundColor,
  this.bottom,
});