isUsingDark property

bool isUsingDark

Implementation

bool get isUsingDark {
  return value.useDark;
}