min property

int min
final

min is the minimum number of columns that the ResponsiveLayoutCell must span.

The DefaultLayoutFactory will use the min value when positioning the ResponsiveLayoutCell, but will use a smaller value when the number of columns of a ResponsiveLayoutGrid < min.

Implementation

final int min;