page property

Rx<IntroductionStage?> page
final

IntroductionStage currently displayed.

Implementation

final Rx<IntroductionStage?> page = Rx(null);