getWidthFactor method

double getWidthFactor()

Returns the widthFactor of the matched Align via Widget.toDiagnosticsNode

Implementation

double getWidthFactor() {
  return getDiagnosticProp<double>('widthFactor');
}