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