backgroundColor method

Color? backgroundColor(
  1. Brightness brightness
)

Implementation

Color? backgroundColor(Brightness brightness) {
  return background.color(brightness);
}