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