addLayer method

void addLayer()

Implementation

void addLayer(){
  tileLayer.add(TileLayers(length: currentGridLength));
}