isOpenOrOpening property
Whether the flight targets the open state.
Implementation
bool get isOpenOrOpening => !_finished && controller.target >= 1;
Whether the flight targets the open state.
bool get isOpenOrOpening => !_finished && controller.target >= 1;