LineIcon.usSunnahFoundation constructor

const LineIcon.usSunnahFoundation({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. TextDirection? textDirection,
})

Constructor for us_sunnah_foundation icon Name us_sunnah_foundation turns into flutterish usSunnahFoundation

Implementation

const LineIcon.usSunnahFoundation({
  Key? key,
  double? size,
  Color? color,
  String? semanticLabel,
  TextDirection? textDirection,
}) : super(
        LineIcons.usSunnahFoundation,
        key: key,
        size: size,
        color: color,
        semanticLabel: semanticLabel,
        textDirection: textDirection,
      );