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