repeat static method
Creates a repeated track grid template (e.g. GridCols.repeat(3, '200px')).
Implementation
static GridTemplateColumns repeat(Object count, Object track) =>
GridTemplateColumns.repeat(count, track);
Creates a repeated track grid template (e.g. GridCols.repeat(3, '200px')).
static GridTemplateColumns repeat(Object count, Object track) =>
GridTemplateColumns.repeat(count, track);