normal property

TextModifier get normal

Implementation

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