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