Skip to documentation
SLOP

tiny.arrange.JustifyContent

Reference tiny.arrange JustifyContent

Defined in tiny.arrange.

API (6)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.arrangeJustifyContent
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/arrange/src/types.zig:44

zig
pub const JustifyContent = enum {    flex_start,    flex_end,    center,    space_between,    space_around,    space_evenly,};

Source: lib/arrange/src/root.zig:20

zig
pub const JustifyContent = types.JustifyContent;

Audit

Definitions1
Public names1
Members6
Version26.7.0
Revisiondaab053ee433