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