adaptiveBody property

SurfaceSelector adaptiveBody

Implementation

SurfaceSelector get adaptiveBody {
  if (theme.windowSize.shortestSide > 480) {
    return bodyMedium;
  } else {
    return bodySmall;
  }
}