getColorBlendMode method

BlendMode getColorBlendMode()

Returns the colorBlendMode of the matched Image via Widget.toDiagnosticsNode

Implementation

BlendMode getColorBlendMode() {
  return getDiagnosticProp<BlendMode>('colorBlendMode');
}