withBrightness abstract method

PrimaryColor withBrightness(
  1. Brightness brightness
)

Used by ColorScheme to return a color with current brightness.

Implementation

PrimaryColor withBrightness(Brightness brightness);