UnSliverArtBar constructor Null safety
Implementation
const UnSliverArtBar({
super.key,
required this.emoji,
required this.name,
required this.description,
required this.action,
this.background,
this.leading,
this.trailing,
this.isImmersive = false,
});