VDialogNestedContent constructor
const
VDialogNestedContent({})
Implementation
const VDialogNestedContent({
Key? key,
required this.title,
required this.subtitle,
required this.description,
required this.pageNumber,
required this.pageNumberBackgroundColor,
}) : super(key: key);