MapPage constructor

const MapPage({
  1. required int index,
})

A const constructor.

Implementation

const MapPage({required this.index});