showIf property

bool showIf
final

Simple boolean flag to control if this step should be shown.

Only used if shouldShow is not provided. Defaults to true.

showIf: isFeatureEnabled

Implementation

final bool showIf;