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