tab property
EnumValue
get
tab
A possible value for TextEditingTool#acceptText, the user has typed TAB.
Implementation
static _i3.EnumValue get tab => _i4.getProperty(
_declaredTextEditingTool,
'Tab',
);
set
tab
(EnumValue value)
Implementation
static set tab(_i3.EnumValue value) {
_i4.setProperty(
_declaredTextEditingTool,
'Tab',
value,
);
}