renderOpacity property Null safety
inherited
Implementation
double get renderOpacity => _paintMutator!.renderOpacity;
inherited
Implementation
set renderOpacity(double value) => _paintMutator!.renderOpacity = value;
double get renderOpacity => _paintMutator!.renderOpacity;
set renderOpacity(double value) => _paintMutator!.renderOpacity = value;