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