AwsTextButtonShowing constructor

const AwsTextButtonShowing({
  1. Key? key,
  2. required String text,
  3. TextStyle? style,
  4. VoidCallback? onPressed,
  5. CupertinoAlertDialog? confirmationDialog,
  6. Color? filledColor,
  7. bool isExpanded = false,
  8. AwsAnimation? animation,
})

Implementation

const AwsTextButtonShowing(
    {super.key,
    required this.text,
    this.style,
    this.onPressed,
    this.confirmationDialog,
    this.filledColor,
    this.isExpanded = false,
    this.animation});