of static method

Implementation

static ReorderableState? of(BuildContext context) {
  return context.findAncestorStateOfType<ReorderableState>();
}