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