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