PageParentRF constructor

PageParentRF({
  1. Key? key,
  2. Object? model,
  3. dynamic pageData,
  4. dynamic showPlaceholder,
  5. dynamic instance,
  6. FlexBarRF? flex,
  7. Widget? child,
})

Implementation

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