buttonMode property

IntroductionScreenButtonMode buttonMode
final

Determines what kind of buttons are used to navigate to the next introduction screen. Introduction screens can always be navigated by swiping (or tapping if tapEnabled is enabled).

IntroductionScreenButtonMode.text Use text buttons (text can be set by setting the translation key or using the default appshell translations).

IntroductionScreenButtonMode.icon Use icon buttons (icons can be changed by providing a icon library)

IntroductionScreenButtonMode.disabled Disable buttons.

Implementation

final IntroductionScreenButtonMode buttonMode;