UnAppPage constructor Null safety
Implementation
const UnAppPage({
super.key,
required this.name,
this.description,
required this.slivers,
this.implyLeading = true,
this.leading,
this.trailing,
this.isImmersive = false,
});
const UnAppPage({
super.key,
required this.name,
this.description,
required this.slivers,
this.implyLeading = true,
this.leading,
this.trailing,
this.isImmersive = false,
});