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