w method

T w(
  1. double? width
)

set the width

Implementation

T w(double? width) => this..width = width;