getPhysics method

ScrollPhysics getPhysics()

Returns the physics of the matched GridView via Widget.toDiagnosticsNode

Implementation

ScrollPhysics getPhysics() {
  return getDiagnosticProp<ScrollPhysics>('physics');
}