hafsStyle property

TextStyle hafsStyle
final

لجلب آيات الصفحة عن طريق رقم الصفحة يمكنك إستخدام getTajweedRules.

To fetch the Ayahs in the page by page number, you can use getTajweedRules. hafsStyle هو النمط الافتراضي للقرآن، مما يضمن عرض جميع الأحرف الخاصة بشكل صحيح.

hafsStyle is the default style for Quran so all special characters will be rendered correctly

Implementation

// List<TajweedRuleModel> getTajweedRules({required String languageCode}) =>
//     quranCtrl.getTajweedRules(languageCode: languageCode);

/// [hafsStyle] هو النمط الافتراضي للقرآن، مما يضمن عرض جميع الأحرف الخاصة بشكل صحيح.
///
/// [hafsStyle] is the default style for Quran so all special characters will be rendered correctly
final hafsStyle = const TextStyle(
  color: Colors.black,
  fontSize: 23.55,
  fontFamily: "hafs",
  package: "quran_library",
);