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