AwsThemeNextButtonShowing constructor

AwsThemeNextButtonShowing({
  1. Color arrowColor = CupertinoColors.black,
  2. Color backgroundColor = CupertinoColors.activeBlue,
  3. AwsAnimation iniStateAnimation = AwsAnimation.bounceInRight,
  4. bool? useMaterial3,
})

Sets the theme of the NextButton AwsThemeNextButtonShowing.

Implementation

AwsThemeNextButtonShowing({
  this.arrowColor = CupertinoColors.black,
  this.backgroundColor = CupertinoColors.activeBlue,
  this.iniStateAnimation = AwsAnimation.bounceInRight,
  this.useMaterial3,
});