getValues static method
- BuildContext context
Returns the list of tabs to be displayed in the advanced parameters page.
This method takes feature flags into account when deciding which tabs to include.
Implementation
static List<AdvancedParametersTab> getValues(BuildContext context) {
return [
AdvancedParametersTab.general,
AdvancedParametersTab.engine,
AdvancedParametersTab.controllerInputs,
];
}