TajweedButtonWidget constructor

const TajweedButtonWidget({
  1. Key? key,
  2. required Color background,
  3. required Color outlineColor,
  4. required DownloadFontsDialogStyle? downloadFontsDialogStyle,
  5. required Color textColor,
  6. required Color accent,
})

Implementation

const TajweedButtonWidget({
  super.key,
  required this.background,
  required this.outlineColor,
  required this.downloadFontsDialogStyle,
  required this.textColor,
  required this.accent,
});