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