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