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.

Inheritance
Available extensions

Values

general → const AdvancedParametersTab
engine → const AdvancedParametersTab
controllerInputs → const AdvancedParametersTab

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.