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