thin property

TextModifier get thin

Implementation

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