OutlineWidth.setActiveOutlineWidth

Set the width of the active outline. An item's active state is triggered when the mouse rolls over the item.

mixintemplate OutlineWidth()
setActiveOutlineWidth
(
this T
W
)
()
if (
is(W == int) ||
is(W == Nullable!(int))
)

Parameters

width W

The width of the active outline.

Return Value

Type: auto

This widget to aid method chaining.

Meta