getDense method

bool getDense()

Returns the dense of the matched ListTile via Widget.toDiagnosticsNode

Implementation

bool getDense() {
  return getDiagnosticProp<bool>('dense');
}