width method

T width(
  1. num w
)

Implementation

T width(num w) => (this.._width = w.toDouble()) as T;