xs property

Text get xs

Sets text scale to extra small (0.75)

Implementation

Text get xs => _copyWith(textScaler: const TextScaler.linear(.75));