thin property

Text get thin

Sets font weight to thin (w100)

Implementation

Text get thin =>
    _copyWith(style: const TextStyle(fontWeight: FontWeight.w100));