getOpacity method

Animation<double>? getOpacity()

Returns the opacity of the matched Image via Widget.toDiagnosticsNode

Implementation

Animation<double>? getOpacity() {
  return getDiagnosticProp<Animation<double>?>('opacity');
}