LineIcon.asymmetrikLtd constructor

const LineIcon.asymmetrikLtd({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. 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,
      );