DigitalpayeButtonWidget constructor

const DigitalpayeButtonWidget({
  1. Key? key,
  2. required String title,
  3. required Color backgroundColor,
  4. required bool isButtonValidate,
  5. required bool isCreatingData,
  6. double? height,
  7. double? width,
  8. required dynamic onPressed(),
  9. TextStyle? style,
})

Implementation

const DigitalpayeButtonWidget(
    {super.key,
    required this.title,
    required this.backgroundColor,
    required this.isButtonValidate,
    required this.isCreatingData,
    this.height,
    this.width,
    required this.onPressed,
    this.style});