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