maxBodyWidth constant

double const maxBodyWidth

The max dp width used for layout content on the screen in the available body area.

Wider content gets growing side padding, kind of like on most web pages when they are used on super wide screen. This is typically used pages in the example apps that use content that is width constrained, typically via the PageBody screen content wrapper widget.

Implementation

static const double maxBodyWidth = 1000;