startInDarkMode property

bool get startInDarkMode

Implementation

bool get startInDarkMode {
  return boolFor(AFConfigEntries.forceDarkMode);
}