TileLayerWidget constructor

TileLayerWidget({
  1. required TileLayerOptions options,
})

Implementation

TileLayerWidget({required this.options}) : super(key: options.key);