isHoverAndSelected property

bool isHoverAndSelected

Implementation

bool get isHoverAndSelected {
  return this == ButtonState.hoverAndSelected;
}