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