spacing method

VText spacing(
  1. double v
)

Sets letter spacing.

Implementation

VText spacing(double v) => copyWithStyle(TextStyle(letterSpacing: v));