normal property

TextModifier get normal

Applies normal font weight (400).

Implementation

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