UIPageBlockData constructor
UIPageBlockData({
- PageKind? kind,
- ModalPresentationStyle? modalPresentationStyle,
- ModalScreenSize? modalScreenSize,
- bool? modalRespectSafeArea,
- String? webviewUrl,
- TriggerSetting? triggerSetting,
- UIBlock? renderAs,
- UIPageBlockPosition? position,
- ApiHttpRequest? httpRequest,
- UITooltipSize? tooltipSize,
- String? tooltipAnchor,
- UITooltipPlacement? tooltipPlacement,
- UITooltipTransitionTarget? tooltipTransitionTarget,
- List<
Property> ? props, - 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,
});