UKitDropdownBuilder class
- Inheritance
-
- Object
- UKitBuilder
- UKitDropdownBuilder
Constructors
- UKitDropdownBuilder.new({double? borderRadius, UKitBorderType? borderType, Color? borderColor, Color? focusBorderColor, Color? errorBorderColor, double? borderWidth, double? padding, double? elevation, Color? bgColor, Color? labelColor, Color? selectedColor, Color? dropdownColor, FloatingLabelBehavior? floatingLabelBehavior})
Properties
- bgColor → Color?
-
final
- borderColor → Color?
-
final
- borderRadius → double?
-
final
- borderType → UKitBorderType?
-
final
- borderWidth → double?
-
final
- dropdownColor → Color?
-
final
- elevation → double?
-
final
- errorBorderColor → Color?
-
final
- floatingLabelBehavior → FloatingLabelBehavior?
-
final
- focusBorderColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelColor → Color?
-
final
- padding → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedColor → Color?
-
final
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