withOpacity method

T withOpacity(
  1. double opacity
)

Implementation

T withOpacity(double opacity) => directive(OpacityColorDirective(opacity));