maybeOf static method

Returns the closest nullable _ApptiveGridUserManagementContentState

Implementation

static State<ApptiveGridUserManagementContent>? maybeOf(
  BuildContext context,
) {
  return context
      .findAncestorStateOfType<State<ApptiveGridUserManagementContent>>();
}