getShrinkWrap method

bool getShrinkWrap()

Returns the shrinkWrap of the matched GridView via Widget.toDiagnosticsNode

Implementation

bool getShrinkWrap() {
  return getDiagnosticProp<bool>('shrinkWrap');
}