UnSliverAppBar constructor Null safety
Implementation
const UnSliverAppBar({
super.key,
this.emoji,
required this.title,
this.description,
this.implyLeading = true,
this.leading,
this.trailing,
this.isImmersive = false,
this.isCollapseCentered = true,
});