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