lead property
TextModifier
get
lead
Applies lead paragraph style with muted color.
Implementation
TextModifier get lead => WrappedText(
style: (context, theme) => theme.typography.lead,
child: this,
).muted;