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