LineIcon.quran constructor
const
LineIcon.quran({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for quran icon Name quran turns into flutterish quran
Implementation
const LineIcon.quran({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.quran,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);