backdropColorMix property

Color get backdropColorMix

Implementation

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