display static method

double display(
  1. BuildContext context
)

Display text size (32/48/64 for phone/tablet/desktop)

Implementation

static double display(BuildContext context) =>
    AdaptiveSpacing._getValue(context, phone: 32, tablet: 48, desktop: 64);