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