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