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