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