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