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