text static method

Color text(
  1. BuildContext context
)

Implementation

static material.Color text(material.BuildContext context) {
  return TextTheme.text(context).color!;
}