flag method

int flag(
  1. AFThemeID id
)

Used for flags that determine UI layout. For example, maybe a 'compact' vs 'spacious' flag.

Implementation

int flag(AFThemeID id) {
  return area.flag(id);
}