getHeight method

double getHeight()

Returns the height of the matched SizedBox via Widget.toDiagnosticsNode

Implementation

double getHeight() {
  return getDiagnosticProp<double>('height');
}