isHover property

bool get isHover

Implementation

bool get isHover {
  return this == ButtonState.hover;
}