dark constant
SkeletonTheme
const dark
Default dark theme.
Implementation
static const dark = SkeletonTheme(
baseColor: Color(0xFF424242),
highlightColor: Color(0xFF616161),
);
Default dark theme.
static const dark = SkeletonTheme(
baseColor: Color(0xFF424242),
highlightColor: Color(0xFF616161),
);