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