maybeOf static method

Implementation

static MultiLevelDraggableParentState? maybeOf(BuildContext context) {
  return context.findAncestorStateOfType<MultiLevelDraggableParentState>();
}