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