light property

TextModifier get light

Applies light font weight (300).

Implementation

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