thin property

Text thin

Sets fontWeight to FontWeight.w100

Implementation

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