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