makeGlobalKey static method

GlobalKey<_TableGridState> makeGlobalKey()

Implementation

static GlobalKey<_TableGridState> makeGlobalKey() {
  return GlobalKey<_TableGridState>();
}