textOnboardingCloseButton property

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

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

Implementation

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