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