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