componentsConfiguration property

ComponentsConfiguration<T>? componentsConfiguration
final

Describes the appearance of SelectionMenu.

If this field is provided then menuSizeConfiguration must be null. Assign required size configuration to componentsConfiguration.menuSizeConfiguration instead.

Defaults to DialogComponentsConfiguration.

See also:

Implementation

final ComponentsConfiguration<T>? componentsConfiguration;