handleFloatingComponentInteraction method

void handleFloatingComponentInteraction(
  1. LayoutPosition position
)

Implementation

void handleFloatingComponentInteraction(LayoutPosition position) {
  _behaviorManager.handleFloatingComponentInteraction(position);
}