onboardingImageSource property
- @Deprecated('Use onboarding.scanHintPopup.imageSource. See section migration in docs.docutain.com for more information')
getter/setter pair
Your custom image for the onboarding dialog that appears when scan is opened for the first time. For Android it needs to be the name of an image in your drawable folder. For iOS it needs to be the name of an image in your assets catalog. In both cases do not include file extension.
Implementation
@Deprecated(
'Use onboarding.scanHintPopup.imageSource. See section migration in docs.docutain.com for more information')
String? onboardingImageSource;