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