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