getConstraints method

BoxConstraints getConstraints()

Returns the constraints of the matched ConstrainedBox via Widget.toDiagnosticsNode

Implementation

BoxConstraints getConstraints() {
  return getDiagnosticProp<BoxConstraints>('constraints');
}