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