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