getReverse method

bool getReverse()

Returns the reverse of the matched GridView via Widget.toDiagnosticsNode

Implementation

bool getReverse() {
  return getDiagnosticProp<bool>('reverse');
}