subtitle static method

double subtitle(
  1. BuildContext context
)

Subtitle text size (16/18/20 for phone/tablet/desktop)

Implementation

static double subtitle(BuildContext context) =>
    AdaptiveSpacing._getValue(context, phone: 16, tablet: 18, desktop: 20);