AwsThemeShowing constructor

AwsThemeShowing({
  1. required Color backgroundColor,
  2. required AwsThemeIndicatorShowing indicator,
  3. AwsThemeContentShowing? content,
  4. required AwsThemeNextButtonShowing nextButton,
})

Sets the global theme AwsThemeShowing.

Implementation

AwsThemeShowing(
    {required this.backgroundColor,
    required this.indicator,
    this.content,
    required this.nextButton});