textStyle static method

TextStyle? textStyle(
  1. BuildContext context
)

Implementation

static TextStyle? textStyle(BuildContext context) =>
    Theme.of(context).subtleTextStyle;