isTabbed property
bool
get
isTabbed
Whether the controller was configured with multiple branches.
Implementation
bool get isTabbed => _branches.length > 1;
Whether the controller was configured with multiple branches.
bool get isTabbed => _branches.length > 1;