sideBySideViewBreakpoint constant

double const sideBySideViewBreakpoint

Breakpoint needed to show second panel in side-by-side view for the ThemeTopicPage page view.

This is available content layout width, not media size!

This min width was chosen because it gives at least the primary, secondary and tertiary colors in one Wrap row on panels Input Colors and Seeded ColorScheme, also when the side-by-side code view appears.

Implementation

static const double sideBySideViewBreakpoint = 760;