y method

BaseCrop y(
  1. dynamic y
)

Sets the y value Receives dynamic returns this object BaseCrop

Implementation

BaseCrop y(dynamic y) {
  _y = y;
  return this;
}