layoutStyle property

IntroductionLayoutStyle layoutStyle
final

Determines the position of the provided images or icons that are set using pages. Every introduction page provided with a image or icon will use the same layout setting.

IntroductionLayoutStyle.imageCenter Image/icon will be at the center of the introduction page.

IntroductionLayoutStyle.imageTop Image/icon will be at the top of the introduction page.

IntroductionLayoutStyle.imageBottom Image/icon will be at the bottom of the introduction page.

Implementation

final IntroductionLayoutStyle layoutStyle;