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