materialYouPrimary constant

SkeletonTheme const materialYouPrimary

Material You primary theme.

Implementation

static const materialYouPrimary = SkeletonTheme(
  baseColor: Color(0xFFD0BCFF),
  highlightColor: Color(0xFFEADDFF),
);