getCenterSlice method

Rect getCenterSlice()

Returns the centerSlice of the matched Image via Widget.toDiagnosticsNode

Implementation

Rect getCenterSlice() {
  return getDiagnosticProp<Rect>('centerSlice');
}