bias method

FillLight bias(
  1. dynamic bias
)

Implementation

FillLight bias(dynamic bias) {
  _bias = bias;
  return this;
}