thumbColorFor method

Color thumbColorFor(
  1. bool enabled
)

Implementation

Color thumbColorFor(bool enabled) =>
    enabled ? thumbColor : disabledThumbColor;