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