SelectTheme class

Theme data for customizing Select widget appearance and behavior.

This class defines the visual and behavioral properties that can be applied to Select widgets, including popup constraints, positioning, styling, and interaction behaviors. These properties can be set at the theme level to provide consistent behavior across the application.

Constructors

SelectTheme.new({BoxConstraints? popupConstraints, AlignmentGeometry? popoverAlignment, AlignmentGeometry? popoverAnchorAlignment, BorderRadiusGeometry? borderRadius, EdgeInsetsGeometry? padding, bool? disableHoverEffect, bool? canUnselect, bool? autoClosePopover})
const

Properties

autoClosePopover bool?
final
borderRadius BorderRadiusGeometry?
final
canUnselect bool?
final
disableHoverEffect bool?
final
hashCode int
The hash code for this object.
no setteroverride
padding EdgeInsetsGeometry?
final
popoverAlignment AlignmentGeometry?
final
popoverAnchorAlignment AlignmentGeometry?
final
popupConstraints BoxConstraints?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({ValueGetter<BoxConstraints?>? popupConstraints, ValueGetter<AlignmentGeometry?>? popoverAlignment, ValueGetter<AlignmentGeometry?>? popoverAnchorAlignment, ValueGetter<BorderRadiusGeometry?>? borderRadius, ValueGetter<EdgeInsetsGeometry?>? padding, ValueGetter<bool?>? disableHoverEffect, ValueGetter<bool?>? canUnselect, ValueGetter<bool?>? autoClosePopover}) SelectTheme
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.
override