TileLayer constructor

TileLayer({
  1. required TileLayerOptions options,
  2. MapState? mapState,
  3. Stream<Null>? stream,
})

Implementation

TileLayer({
  required this.options,
  this.mapState,
  this.stream,
}) : super(key: options.key);