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