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