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