h3 property
TextModifier
get
h3
Applies heading 3 style.
Implementation
TextModifier get h3 => WrappedText(
style: (context, theme) => theme.typography.h3,
child: this,
);
Applies heading 3 style.
TextModifier get h3 => WrappedText(
style: (context, theme) => theme.typography.h3,
child: this,
);