QuranLibrarySearchScreen constructor

const QuranLibrarySearchScreen({
  1. Key? key,
  2. bool isDark = false,
})

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});