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