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