TileLayer constructor
TileLayer({
- required TileLayerOptions options,
- MapState? mapState,
- Stream<
Null> ? stream,
Implementation
TileLayer({
required this.options,
this.mapState,
this.stream,
}) : super(key: options.key);