weight method

FocusOn weight(
  1. int weight
)

Implementation

FocusOn weight(int weight) {
  _weight = weight;
  return this;
}