width method

Resize width(
  1. dynamic width
)

Sets the width Receives dynamic returns this object Resize

Implementation

Resize width(dynamic width) {
  dimensions.width = width;
  return this;
}