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