TabAwareAppBar constructor

const TabAwareAppBar({
  1. Key? key,
  2. Widget? title,
  3. List<Widget>? actions,
})

Implementation

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