textEdit property
TextEdit
get
textEdit
An {@link TextEdit edit} which is applied to a document when selecting
this presentation for the color. When falsy
the {@link ColorPresentation.label label}
is used.
Implementation
_i3.TextEdit get textEdit => _i5.getProperty(
this,
'textEdit',
);
set
textEdit
(TextEdit value)
Implementation
set textEdit(_i3.TextEdit value) {
_i5.setProperty(
this,
'textEdit',
value,
);
}