controlMode property

IntroductionControlMode controlMode
final

When IntroductionDisplayMode.multiPageHorizontal is selected multiple controlMode can be selected.

IntroductionControlMode.previousNextButton shows two buttons at the bottom of the screen to return or proceed. The skip button is placed at the top left of the screen.

IntroductionControlMode.singleButton contains one button at the bottom of the screen to proceed. Underneath is clickable text to skip if the current page is the first page. If the current page is any different it return to the previous screen.

Implementation

final IntroductionControlMode controlMode;