tablet property

AppFontSizes tablet
final

Tablet complete preset - Optimized for tablets.

Recommended for: iPad, Android tablets, 2-in-1 devices Body range: 16-22px (target: 18-20px) H1 range: 30-42px (target: 34-38px)

Why these sizes:

  • Increased viewing distance
  • Better use of screen space
  • Comfortable extended reading

Sizes: bodySmall: 16px, body: 20.4px, h1: 53.3px

Implementation

static final tablet = AppFontSizes(
  bodySmall: 16,
  scaleFactor: AppFontSizesScaleFactors.large,
);