tertiaryBrushFor method

Color tertiaryBrushFor(
  1. Brightness brightness
)

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

See also:

Implementation

Color tertiaryBrushFor(Brightness brightness) {
  return defaultBrushFor(brightness).withOpacity(0.8);
}