LineIcon.creativeCommonsPublicDomain constructor

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

Constructor for creative_commons_public_domain icon Name creative_commons_public_domain turns into flutterish creativeCommonsPublicDomain

Implementation

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