getWidth method

double getWidth()

Returns the width of the matched SizedBox via Widget.toDiagnosticsNode

Implementation

double getWidth() {
  return getDiagnosticProp<double>('width');
}