VitComboBoxStyle class

The class used to decorate the combobox.

Constructors

VitComboBoxStyle({ComboBoxStyle? comboBox, double? labelSpacing, TextStyle? label, OptionsStyle? options, RenderBox? parentRenderBoxGetter(BuildContext context)?})
Creates a instance of a class used to decorate the combobox component.

Properties

comboBox ComboBoxStyle?
The style of the combo box widget.
final
hashCode int
The hash code for this object.
no setterinherited
label TextStyle?
The style of the label.
final
labelSpacing double?
The spacing between the label and the combobox.
final
options OptionsStyle?
The style of the options overlay.
final
parentRenderBoxGetter RenderBox? Function(BuildContext context)?
Used to calculate the options overlay position.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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