core/props/map_section_props library

Classes

MapLocation
A location pin on the map.
MapRegion
A region on the map (state or country).
MapRegionConfig
Region configuration for map section grouping and coloring.
MapSectionProps
Map section component properties.
MapStyle
Style configuration for ArcaneMap.

Enums

MapType
The type of map to render.

Mixins

MapSectionRendererContract
Mixin defining the renderer methods for map section components.

Constants

arcaneMapCss → const String
CSS styles for ArcaneMap components.

Typedefs

MapLocationCallback = void Function(MapLocation location)
Callback for location pin interactions.
MapRegionCallback = void Function(MapRegion region)
Callback for region (state/country) interactions.