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