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