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