TermosSegmentedEffects constructor
const
TermosSegmentedEffects({})
Implementation
const TermosSegmentedEffects({
this.glowColorMixWithWhite = 0.5,
this.glowBaseOpacityLight = 0.15,
this.glowBaseOpacityDark = 0.05,
/// Unselected segment label/icon tint in light mode: `lerp(textMuted, white, this)`.
/// Dark mode keeps [TermosColors.textMuted] as-is.
this.unselectedLabelMixWithWhiteLight = 0.32,
});