caption static method

double caption(
  1. BuildContext context
)

Caption text size (10/11/12 for phone/tablet/desktop)

Implementation

static double caption(BuildContext context) =>
    AdaptiveSpacing._getValue(context, phone: 10, tablet: 11, desktop: 12);