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})
-
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