HubbleSwitchStyle.light constructor

HubbleSwitchStyle.light(
  1. HubbleColorPalette colors
)

Implementation

HubbleSwitchStyle.light(HubbleColorPalette colors)
    : activeColor = colors.base.tertiary.light,
      inactiveColor = colors.base.primary.dark,
      activeTrackColor = colors.system.success.medium,
      borderColor = colors.base.tertiary.light,
      inactiveTrackColor = colors.base.tertiary.dark;