mainAxisCount property
The number of columns to display. this is the number of columns that the child will occupy same like colSpan table in html which is horizontal merge of columns default is 1 and max reference to ZeroGrid.columnCount value this value cannot be greater than ZeroGrid.columnCount and cannot be less than 1
Implementation
final int mainAxisCount;