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