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