getPressedOpacity method

double getPressedOpacity()

Implementation

double getPressedOpacity() {
  return isEnable ? pressedOpacity : 1;
}