hasSkinForState method

  1. @protected
bool hasSkinForState(
  1. ButtonState state
)

Implementation

@protected
bool hasSkinForState(ButtonState state) {
  return skinsMap[state] != null;
}