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