textOnboardingMessage property

  1. @Deprecated('Use onboarding.scanHintPopup.message. See section migration in docs.docutain.com for more information')
String? textOnboardingMessage
getter/setter pair

The text to show in the onboarding popup message that appears when the scan page is opened for the first time.

Implementation

@Deprecated(
    'Use onboarding.scanHintPopup.message. See section migration in docs.docutain.com for more information')
String? textOnboardingMessage;