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