Letter Spacing
Use tracking-{value} utilities to control the letter spacing of text.
Basic example
Section titled “Basic example”Use utilities like tracking-tight and tracking-wide to set the letter spacing of an element:
Style('tracking-tight ...', child: Text('The quick brown fox ...'))Style('tracking-normal ...', child: Text('The quick brown fox ...'))Style('tracking-wide ...', child: Text('The quick brown fox ...'))Class reference
Section titled “Class reference”| Class | Letter Spacing |
|---|---|
tracking-tighter | -0.8px |
tracking-tight | -0.4px |
tracking-normal | 0px |
tracking-wide | 0.4px |
tracking-wider | 0.8px |
tracking-widest | 1.6px |