GridRow.this

  1. this(BasicNodeParam!i params, Grid parent, T args)
    class GridRow
    deprecated
    this
    (
    T...
    )
  2. this(NodeParams params, Grid parent, T args)

Parameters

params BasicNodeParam!i

Standard Fluid constructor parameters.

parent Grid

Grid this row will be placed in.

args T

Children to be placed in the row.

Meta