PageParentRF constructor
PageParentRF({})
Implementation
PageParentRF({
Key? key,
this.model,
this.pageData,
this.showPlaceholder,
this.instance,
this.flex,
Widget? child,
}) : super(key: key, child: child!);