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