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