LineIcon.creativeCommonsPublicDomain constructor
const
LineIcon.creativeCommonsPublicDomain({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- 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,
);