theme property

AwsThemeShowing? theme
final

With AwsThemeShowing you can set the theme you want AwsShowingScreen to have. You can set a background color with Color, the theme of the indicators with AwsThemeIndicatorShowing, the theme of the next button with AwsThemeNextButtonShowing(), the theme of the content with AwsThemeContentShowing.

You can also set animations with AwsAnimation.

Implementation

final AwsThemeShowing? theme;