x6Large property
TextModifier
get
x6Large
Applies 6x large font size.
Implementation
TextModifier get x6Large => WrappedText(
style: (context, theme) => theme.typography.x6Large,
child: this,
);