getFit method

BoxFit getFit()

Returns the fit of the matched Image via Widget.toDiagnosticsNode

Implementation

BoxFit getFit() {
  return getDiagnosticProp<BoxFit>('fit');
}