UIPageBlockData constructor

UIPageBlockData({
  1. PageKind? kind,
  2. ModalPresentationStyle? modalPresentationStyle,
  3. ModalScreenSize? modalScreenSize,
  4. NavigationBackButton? modalNavigationBackButton,
  5. bool? modalRespectSafeArea,
  6. String? webviewUrl,
  7. TriggerSetting? triggerSetting,
  8. UIBlock? renderAs,
  9. UIPageBlockPosition? position,
  10. ApiHttpRequest? httpRequest,
  11. UITooltipSize? tooltipSize,
  12. String? tooltipAnchor,
  13. UITooltipPlacement? tooltipPlacement,
  14. UITooltipTransitionTarget? tooltipTransitionTarget,
  15. List<Property>? props,
  16. String? query,
})

Implementation

UIPageBlockData({
  this.kind,
  this.modalPresentationStyle,
  this.modalScreenSize,
  this.modalNavigationBackButton,
  this.modalRespectSafeArea,
  this.webviewUrl,
  this.triggerSetting,
  this.renderAs,
  this.position,
  this.httpRequest,
  this.tooltipSize,
  this.tooltipAnchor,
  this.tooltipPlacement,
  this.tooltipTransitionTarget,
  this.props,
  this.query,
});