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