modify property
TextModifier
get
modify
Implementation
TextModifier get modify => WrappedText(
style: (context, theme) => TextStyle(
color: theme.colorScheme.primaryForeground,
),
child: this,
);