isDown property

bool isDown

Implementation

bool get isDown {
  return this == ButtonState.down;
}