AdvancedParametersTab enum
Enum representation of a tab for the advanced parameters page.
Contains methods for building a tab's corresponding tab widget and content widgets.
getValues can be used instead of values to get the correct list of tabs, taking into account any tabs disabled by feature flags.
Values
- general → const AdvancedParametersTab
- engine → const AdvancedParametersTab
- controllerInputs → const AdvancedParametersTab
Properties
Methods
-
buildContent(
{required BuildContext context, String? textSearch, required List< AdvancedParameterDefinition> parameterDefinitions, required List<AdvancedParameterValue> ? parameterValues}) → Widget -
buildTab(
BuildContext context) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getValues(
BuildContext context) → List< AdvancedParametersTab> - Returns the list of tabs to be displayed in the advanced parameters page.
Constants
-
values
→ const List<
AdvancedParametersTab> - A constant List of the values in this enum, in order of their declaration.