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