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