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