BasicSelectorStyle class

The style configuration for BasicSelector

Implementers

Constructors

BasicSelectorStyle({TextStyle selectedValueTextStyle = const TextStyle(fontWeight: FontWeight.bold), TextStyle notSelectedValueTextStyle = const TextStyle(fontWeight: FontWeight.normal), BoxDecoration? selectedValueContainerDecoration, Color? edgesGradientBackgroundColor})
const

Properties

edgesGradientBackgroundColor Color?
The Color for gradient on the edges of the selector
final
hashCode int
The hash code for this object.
no setterinherited
notSelectedValueTextStyle TextStyle
The TextStyle for the rest of the values that are not selected
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedValueContainerDecoration BoxDecoration?
The BoxDecoration for the container around the selected value
final
selectedValueTextStyle TextStyle
The TextStyle or the selected value
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