enum CSS::JustifyContent

Defined in:

css/justify_content.cr

Enum Members

FlexStart = 0
FlexEnd = 1
Center = 2
SpaceBetween = 3
SpaceAround = 4
SpaceEvenly = 5

Instance Method Summary

Instance Method Detail

def center? #

[View source]
def flex_end? #

[View source]
def flex_start? #

[View source]
def space_around? #

[View source]
def space_between? #

[View source]
def space_evenly? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]