darker method

Color darker(
  1. double percentage
)

Implementation

Color darker(double percentage) => dx(percentage);