Determines whether the children of this container are tab enabled.
The default is true.
Source
bool get tabChildren => _tabChildren;
Source
set tabChildren(bool value) { _tabChildren = value; }
Determines whether the children of this container are tab enabled.
The default is true.
bool get tabChildren => _tabChildren;
set tabChildren(bool value) { _tabChildren = value; }