getOpacity method

double getOpacity()

Returns the opacity of the matched Opacity via Widget.toDiagnosticsNode

Implementation

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