QuranLibrarySearchScreen constructor
const
QuranLibrarySearchScreen({
- Key? key,
- bool isDark = false,
- TextEditingController? textController,
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, this.textController});