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