findGridCoord method

GridLayout findGridCoord()

Implementation

GridLayout findGridCoord() {
  return _findCoordInner(_innerGrid) as GridLayout;
}