shadows property - MapFeatures class - mapview library - Dart API
shadows property
Shadows for all building types (extruded buildings and landmarks).
Supports only one mode: MapFeatureModes.shadowsAll.
A ShadowQuality must be set on the MapContext through a MapView or the feature has no effect.
Shadows have a performance impact and should be considered only for devices with sufficient performance.
Not supported for MapScheme.satellite, MapScheme.roadNetworkDay, MapScheme.roadNetworkNight and all hybrid schemes: MapScheme.hybridDay MapScheme.hybridNight, MapScheme.liteHybridDay MapScheme.liteHybridNight, MapScheme.logisticsHybridDay and MapScheme.logisticsHybridNight.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process. By default, this map feature is not enabled.
Implementation
static final String shadows = "shadows";