thin property

TextModifier get thin

Applies thin font weight (100).

Implementation

TextModifier get thin => WrappedText(
  style: (context, theme) => theme.typography.thin,
  child: this,
);