small static method

double small(
  1. BuildContext context
)

Small text size (12/13/14 for phone/tablet/desktop)

Implementation

static double small(BuildContext context) =>
    AdaptiveSpacing._getValue(context, phone: 12, tablet: 13, desktop: 14);