RoyatPayWidget constructor

RoyatPayWidget({
  1. required PayData payData,
  2. required Function onSuccess,
  3. bool isCvvFocused = false,
  4. bool useGlassMorphism = false,
  5. bool useBackgroundImage = false,
  6. bool useFloatingAnimation = true,
  7. Key? key,
})

Implementation

RoyatPayWidget(
    {required this.payData,
    required this.onSuccess,
    this.isCvvFocused = false,
    this.useGlassMorphism = false,
    this.useBackgroundImage = false,
    this.useFloatingAnimation = true,
    super.key});