remainingColumns constant

int const remainingColumns

min, preferred and max can have the remainingColumns value, to indicate that the ColumnSpan of a ResponsiveLayoutCell should take the remaining columns.

We assume that min, preferred and max values are normally below 2^32.

Implementation

static const remainingColumns = 4294967296;