NavigationMapControlTheme constructor
const
NavigationMapControlTheme({})
Implementation
const NavigationMapControlTheme({
required this.size,
required this.borderRadius,
required this.surfaceColor,
required this.surfacePressedColor,
required this.iconSize,
required this.iconDisabledColor,
required this.iconInactiveColor,
required this.iconActiveColor,
required this.shadows,
});