cairoStyle property

TextStyle cairoStyle
final

cairoStyle هو النمط الافتراضي للنصوص الآخرى.

cairoStyle is the default style for other text.

Implementation

final cairoStyle = const TextStyle(
  color: Colors.black,
  fontSize: 18,
  fontFamily: "cairo",
  package: "quran_library",
);