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