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