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