maxColumns property

int maxColumns
final

The number of columns the grid system supports.

Defaults to 12.

This is not the number of columns that columns can hold, but instead the number of columns the grid can support when using a ResponsiveColumn's span property and type.

Implementation

final int maxColumns;