withBrightness abstract method

BackgroundColor withBrightness(
  1. Brightness brightness
)

Used by ColorScheme to return a color with current brightness.

Implementation

BackgroundColor withBrightness(Brightness brightness);