MapTileSwitcher constructor
const
MapTileSwitcher({
- Key? key,
- required MapTileSwitchController controller,
- BoxDecoration? decoration,
- Color? activeTileSelectorColor,
- Color? inactiveTileSelectorColor,
- double? tileSelectorBorderWidth,
- Widget? titleWidget,
Implementation
const MapTileSwitcher({
super.key,
required this.controller,
this.decoration,
this.activeTileSelectorColor,
this.inactiveTileSelectorColor,
this.tileSelectorBorderWidth,
this.titleWidget,
});