AyahDownloadManagerTheme constructor
const
AyahDownloadManagerTheme({
- Key? key,
- required AyahDownloadManagerStyle style,
- required Widget child,
Implementation
const AyahDownloadManagerTheme(
{super.key, required this.style, required super.child});