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