Text.setReadOnly

Set if the widget is readonly or not.

class Text
setReadOnly
(
this T
)
(
bool readOnly = true
)

Parameters

readOnly bool

Flag to toggle readonly state.

Return Value

Type: auto

This widget to aid method chaining.

Meta