PageDLLData constructor
PageDLLData({
- PageDLLData? previousPage,
- required Widget widget,
- PageDLLData? nextPage,
Implementation
PageDLLData({
this.previousPage,
required this.widget,
this.nextPage,
});