LoopPod constructor
const
LoopPod({
- Key? key,
- dynamic loopEventHandler()?,
- dynamic customEventHandler()?,
- required String podId,
- Map<
String, dynamic> ? extraParams, - bool disableDeviceBack = false,
- double? width,
- dynamic onLoad()?,
- bool showShimmer = false,
- Color? shimmerColor,
- double? shimmerHeight,
- String? loadGroup,
- String type = "inline",
Implementation
const LoopPod(
{super.key,
this.loopEventHandler,
this.customEventHandler,
required this.podId,
this.extraParams,
this.disableFlowEndNavigation = false,
this.disableDeviceBack = false,
this.width,
this.onLoad,
this.showShimmer = false,
this.shimmerColor,
this.shimmerHeight,
this.loadGroup,
this.type = "inline"});