AdaptiveAppBar constructor

const AdaptiveAppBar({
  1. Key? key,
  2. Widget? leading,
  3. Widget? title,
  4. List<AdaptiveAppBarAction>? actions,
})

Implementation

const AdaptiveAppBar({
  super.key,
  this.leading,
  this.title,
  this.actions,
});