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