Tile constructor

const Tile(
  1. List<Point<num>> points
)

Implementation

const Tile(this.points);