widthFactor method

Decor widthFactor(
  1. double factor
)

@from Layout ~ set width scale factor

Implementation

Decor widthFactor(double factor) => resolve(factor, #widthFactor);