isUsingDark property

bool get isUsingDark

Implementation

bool get isUsingDark {
  return value.useDark;
}