hafsStyle property

TextStyle hafsStyle
final

hafsStyle هو النمط الافتراضي للقرآن، مما يضمن عرض جميع الأحرف الخاصة بشكل صحيح.

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

Implementation

final hafsStyle = const TextStyle(
  color: Colors.black,
  fontSize: 23.55,
  fontFamily: "hafs",
  package: "quran_library",
);