isHover property

bool isHover

Implementation

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