secondaryBrushFor method

Color secondaryBrushFor(
  1. Brightness brightness
)

Get the secondary brush for this accent color based on the brightness.

See also:

Implementation

Color secondaryBrushFor(Brightness brightness) {
  return defaultBrushFor(brightness).withOpacity(0.9);
}