enableFloatingView method

dynamic enableFloatingView()

Implementation

enableFloatingView() {
  inFloatingViewMode = true;
  notifyListeners();
}