sm property
Text
get
sm
Sets text scale to small (0.875)
Implementation
Text get sm => _copyWith(textScaler: const TextScaler.linear(0.875));
Sets text scale to small (0.875)
Text get sm => _copyWith(textScaler: const TextScaler.linear(0.875));