textEditable property
bool
get
textEditable
Gets or sets whether the user may do in-place text editing on TextBlocks in this part that have TextBlock#editable set to true. The initial value is true.
Implementation
_i2.bool get textEditable => _i4.getProperty(
this,
'textEditable',
);
set
textEditable
(bool value)
Implementation
set textEditable(_i2.bool value) {
_i4.setProperty(
this,
'textEditable',
value,
);
}