AyahDownloadManagerTheme constructor

const AyahDownloadManagerTheme({
  1. Key? key,
  2. required AyahDownloadManagerStyle style,
  3. required Widget child,
})

Implementation

const AyahDownloadManagerTheme(
    {super.key, required this.style, required super.child});