rippleColor property
Color of the ripple.
When the checkbox is unchecked, the ripple color does not follow theme color.
Implementation
@visibleForTemplate
String? get rippleColor => checked ? themeColor : '';
Color of the ripple.
When the checkbox is unchecked, the ripple color does not follow theme color.
@visibleForTemplate
String? get rippleColor => checked ? themeColor : '';