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