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