opacity method

void opacity(
  1. double opacity
)
inherited

Implementation

void opacity(double opacity) => _styleModel.opacity = opacity;