lightBlue constant

SkeletonTheme const lightBlue

Light blue theme.

Implementation

static const lightBlue = SkeletonTheme(
  baseColor: Color(0xFFBBDEFB),
  highlightColor: Color(0xFFE3F2FD),
);