maybeOf static method

Returns the closest nullable ApptiveGridUserManagementState

Implementation

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