of<M extends Object> static method

_AppTableState<M> of<M extends Object>(
  1. BuildContext context
)

Implementation

static _AppTableState<M> of<M extends Object>(BuildContext context) {
  return context.findAncestorStateOfType<_AppTableState<M>>()!;
}