VDialogNested constructor
const
VDialogNested({
- Key? key,
- required List<
VDialogNestedContent> pages,
Implementation
const VDialogNested({
Key? key,
required this.pages,
}) : super(key: key);