forgroundColor method

Color? forgroundColor(
  1. Brightness brightness
)

Implementation

Color? forgroundColor(Brightness brightness) {
  return foreground.color(brightness);
}