showOnboardingInfo property

bool? showOnboardingInfo
getter/setter pair

Defines whether onboarding (help) screens will be displayed. If onboarding is disabled, the help button and tooltip won't be displayed.

Default: true

Implementation

bool? showOnboardingInfo = true;