bool tabChildren

Determines whether the children of this container are tab enabled.

The default is true.

Source

bool get tabChildren => _tabChildren;
void tabChildren=(bool value)

Source

set tabChildren(bool value) { _tabChildren = value; }