The list of tabs to display.
List<Tab> get tabs => _tabs;
Sets the list of tabs and invalidates the paint cache.
set tabs(List<Tab> value) { _tabs = value; _invalidateCache(); }