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