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