y method

BaseFill y(
  1. dynamic y
)

Sets the y value. Receives dynamic returns this BaseFill

Implementation

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