meo-canvas - v9.0.1
    Preparing search index...

    Function Row

    • A Box that lays its children out side by side.

      A row stretches to its parent's width by default, as flexbox does, so justifyContent has space to distribute without being given one.

      Parameters

      Returns CanvasElement

      Row({
      justifyContent: Style.Justify.SpaceBetween,
      alignItems: Style.Align.Center,
      children: [Text('left'), Text('right')],
      })