repeat static method

GridTemplateColumns repeat(
  1. Object count,
  2. Object track
)

Creates a repeated track grid template (e.g. GridCols.repeat(3, '200px')).

Implementation

static GridTemplateColumns repeat(Object count, Object track) =>
    GridTemplateColumns.repeat(count, track);