QuranLibrarySearchScreen constructor
Creates a QuranLibrarySearchScreen.
The isDark
parameter allows you to set the screen's color scheme.
If isDark
is true
, the screen will be dark. If it is false
or null,
the screen will be light.
Implementation
const QuranLibrarySearchScreen({super.key, this.isDark = false});