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