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