BasePickerConfig class

Constructors

BasePickerConfig.new({Color? backgroundColor, TextStyle? cancelTextStyle, TextStyle? confirmTextStyle, TextStyle? titleTextStyle, double? pickerHeight, double? titleHeight, double? itemHeight, TextStyle? itemTextStyle, TextStyle? itemTextSelectedStyle, Color? dividerColor, double? cornerRadius})

Properties

backgroundColor Color
no setter
cancelTextStyle TextStyle
no setter
confirmTextStyle TextStyle
no setter
cornerRadius double
no setter
dividerColor Color
no setter
hashCode int
The hash code for this object.
no setterinherited
itemHeight double
no setter
itemTextSelectedStyle TextStyle
no setter
itemTextStyle TextStyle
no setter
pickerHeight double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleHeight double
no setter
titleTextStyle TextStyle
no setter

Methods

copyWith({Color? backgroundColor, TextStyle? cancelTextStyle, TextStyle? confirmTextStyle, TextStyle? titleTextStyle, double? pickerHeight, double? titleHeight, double? itemHeight, TextStyle? itemTextStyle, TextStyle? itemTextSelectedStyle, Color? dividerColor, double? cornerRadius}) BasePickerConfig
merge(BasePickerConfig? other) BasePickerConfig
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