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