background method

Color background(
  1. AFThemeID? id
)

Implementation

Color background(AFThemeID? id) {
  return area.background(id, device.brightness(this));
}