isFloating method

bool isFloating()

Implementation

bool isFloating() {
  return state.floatWindowMode.value != FloatWindowMode.none;
}