width method

Custom width(
  1. dynamic width
)

Implementation

Custom width(dynamic width) {
  _width = width;
  return this;
}