abstract final class Breakpoints { static const double compact = 600; static const double detail = 720; static bool isCompact(double width) => width < compact; }