dark constant

SkeletonTheme const dark

Default dark theme.

Implementation

static const dark = SkeletonTheme(
  baseColor: Color(0xFF424242),
  highlightColor: Color(0xFF616161),
);