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