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