TileLayer constructor

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

Implementation

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