Widget.setState

Set the widget's state.

class Widget
setState
(
this T
)
(
string[] state
)

Parameters

state string[]

An array of widget states.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta