windowBottom method

OpmlHeadBuilder windowBottom(
  1. int windowBottom
)

Implementation

OpmlHeadBuilder windowBottom(int windowBottom) {
  _windowBottom = windowBottom;
  return this;
}