UnArtPage constructor Null safety
Implementation
const UnArtPage({
super.key,
required this.emoji,
required this.name,
this.description,
this.action,
this.background,
required this.slivers,
this.leading,
this.trailing,
});
const UnArtPage({
super.key,
required this.emoji,
required this.name,
this.description,
this.action,
this.background,
required this.slivers,
this.leading,
this.trailing,
});