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