TileLayerWidget constructor

TileLayerWidget({
  1. Key? key,
  2. required TileLayerOptions options,
})

Implementation

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