blend method

FillLight blend(
  1. dynamic blend
)

Implementation

FillLight blend(dynamic blend) {
  _blend = blend;
  return this;
}