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