width method

Positioned width(
  1. double value
)

Implementation

Positioned width(double value) => copyWith(width: value);