hasValue method

  1. @override
bool hasValue()
override

Indicates whether the theme has any value set.

Implementation

@override
bool hasValue() {
  //It is not possible to know in advance, it depends on the rule.
  return true;
}