firstP property
TextModifier
get
firstP
Applies paragraph style for the first paragraph (no top spacing).
Implementation
TextModifier get firstP => WrappedText(
style: (context, theme) => theme.typography.p,
child: this,
);