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