of static method

AdaptKitState? of(
  1. BuildContext context
)

Implementation

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