backdropColorMix property

Color get backdropColorMix

Implementation

Color get backdropColorMix {
  return LerpColorBlender(
    color1: surface,
    color2: shadow,
    blendWeight: 0.75,
  ).blend().withValues(alpha: 0.5);
}