getRepeat method

ImageRepeat getRepeat()

Returns the repeat of the matched Image via Widget.toDiagnosticsNode

Implementation

ImageRepeat getRepeat() {
  return getDiagnosticProp<ImageRepeat>('repeat');
}