ZwapTutorialStepContent.customContent constructor

ZwapTutorialStepContent.customContent({
  1. required Widget builder(
    1. BuildContext
    ),
})

Implementation

ZwapTutorialStepContent.customContent({required Widget Function(BuildContext) builder})
    : this._leading = null,
      this._title = null,
      this._subtitle = null,
      this._isCustomContent = true,
      this._customChild = builder;