x method

BaseCrop x(
  1. dynamic x
)

Sets the x value Receives dynamic returns this object BaseCrop

Implementation

BaseCrop x(dynamic x) {
  _x = x;
  return this;
}