WheelSpinnerThemeData.dark constructor
WheelSpinnerThemeData.dark()
A default dark theme
Implementation
WheelSpinnerThemeData.dark()
: dividerColor = Colors.grey[800],
dividerCount = 10,
border = null,
gradient = LinearGradient(
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
stops: const [0.0, defaultShadowOffset, 1 - defaultShadowOffset, 1.0],
colors: [
Colors.black,
Colors.grey[900]!,
Colors.grey[900]!,
Colors.black
],
),
borderRadius = defaultBorderRadius,
boxDecoration = null,
color = null;