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