isOpenOrOpening property

bool get isOpenOrOpening

Whether the flight targets the open state.

Implementation

bool get isOpenOrOpening => !_finished && controller.target >= 1;