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