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