rippleColor property

  1. @visibleForTemplate
String? get rippleColor

Color of the ripple.

When the checkbox is unchecked, the ripple color does not follow theme color.

Implementation

@visibleForTemplate
String? get rippleColor => checked ? themeColor : '';