getHeightFactor method

double getHeightFactor()

Returns the heightFactor of the matched Align via Widget.toDiagnosticsNode

Implementation

double getHeightFactor() {
  return getDiagnosticProp<double>('heightFactor');
}