firstP property

TextModifier get firstP

Implementation

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