maybeOf static method

ReorderableState? maybeOf(
  1. BuildContext context
)

Implementation

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