QuranTopBarTheme constructor

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

Implementation

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