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