trait HasVerticalAlignment (View source)

Properties

protected VerticalAlignment|string|Closure|null $verticalAlignment

Methods

verticalAlignment(VerticalAlignment|string|Closure|null $alignment)

No description

verticallyAlignStart(bool|Closure $condition = true)

No description

verticallyAlignCenter(bool|Closure $condition = true)

No description

verticallyAlignEnd(bool|Closure $condition = true)

No description

VerticalAlignment|string|null
getVerticalAlignment()

No description

Details

HasVerticalAlignment verticalAlignment(VerticalAlignment|string|Closure|null $alignment)

No description

Parameters

VerticalAlignment|string|Closure|null $alignment

Return Value

HasVerticalAlignment

HasVerticalAlignment verticallyAlignStart(bool|Closure $condition = true)

No description

Parameters

bool|Closure $condition

Return Value

HasVerticalAlignment

HasVerticalAlignment verticallyAlignCenter(bool|Closure $condition = true)

No description

Parameters

bool|Closure $condition

Return Value

HasVerticalAlignment

HasVerticalAlignment verticallyAlignEnd(bool|Closure $condition = true)

No description

Parameters

bool|Closure $condition

Return Value

HasVerticalAlignment

VerticalAlignment|string|null getVerticalAlignment()

No description

Return Value

VerticalAlignment|string|null