of<N extends NodeInterface> static method

N of<N extends NodeInterface>(
  1. BuildContext context
)

Implementation

static N of<N extends NodeInterface>(BuildContext context) {
  return context.findNode<N>();
}