bodySecondary static method

TextStyle bodySecondary(
  1. BuildContext context
)

Secondary body text — typically Inter 14px at 60% opacity.

Implementation

static TextStyle bodySecondary(BuildContext context) => _get(context, 'bodySecondary');