CollapsedAppBarContent constructor

const CollapsedAppBarContent({
  1. Key? key,
  2. Widget? title,
  3. Widget? leading,
  4. Widget? trailing,
})

Implementation

const CollapsedAppBarContent({
  super.key,
  this.title,
  this.leading,
  this.trailing,
});