VDialogNested constructor

const VDialogNested({
  1. Key? key,
  2. required List<VDialogNestedContent> pages,
})

Implementation

const VDialogNested({
  Key? key,
  required this.pages,
}) : super(key: key);