AwsDuoButton constructor

const AwsDuoButton({
  1. Key? key,
  2. required IconData icon,
  3. required String text,
  4. EdgeInsetsGeometry? padding,
  5. VoidCallback? onPressed,
  6. bool standalone = false,
  7. AwsThemeDuo? theme,
  8. List<AwsAniSetting>? animations,
  9. AwsAniSetting? animation,
  10. AwsAnimation? animationOnLongPress,
})

Implementation

const AwsDuoButton({
  super.key,
  required this.icon,
  required this.text,
  this.padding,
  this.onPressed,
  this.standalone = false,
  this.theme,
  this.animations,
  this.animation,
  this.animationOnLongPress,
});