trait HasToggleColors (View source)

Properties

protected string|Closure|null $offColor
protected string|Closure|null $onColor

Methods

offColor(string|Closure|null $color)

No description

onColor(string|Closure|null $color)

No description

string|null
getOffColor()

No description

string|null
getOnColor()

No description

Details

HasToggleColors offColor(string|Closure|null $color)

No description

Parameters

string|Closure|null $color

Return Value

HasToggleColors

HasToggleColors onColor(string|Closure|null $color)

No description

Parameters

string|Closure|null $color

Return Value

HasToggleColors

string|null getOffColor()

No description

Return Value

string|null

string|null getOnColor()

No description

Return Value

string|null