adaptiveBody2 property

SurfaceSelector adaptiveBody2

Implementation

SurfaceSelector get adaptiveBody2 {
  if (theme.windowSize.shortestSide > 480) {
    return body2Medium;
  } else {
    return body2Small;
  }
}