mobileSmall constant

DesignFrame const mobileSmall

Common design frame presets representing popular device sizes or breakpoints

Implementation

static const DesignFrame mobileSmall = DesignFrame(
  width: 320,
  height: 568,
);