chessRook static method

Widget chessRook({
  1. IconSize size = IconSize.md,
})

ChessRook icon

Implementation

static Widget chessRook({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e6a5', size: size);