gallery property

List<BasemapGalleryItem> get gallery

The list of basemap gallery items associated with this BasemapGalleryController.

When the controller is attached to a BasemapGallery widget, items added or removed from this list will update the visible gallery.

Implementation

List<BasemapGalleryItem> get gallery => _gallery;