opacity method

StyleContext opacity(
  1. double x
)

Implementation

StyleContext opacity(double x) {
  _opacity = x;
  return this;
}