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