BasePickerTitleConfig class

Constructors

BasePickerTitleConfig.new({Widget? cancel, String cancelTitle = "Cancel", Widget? confirm, String confirmTitle = "Confirm", Widget? title, bool showTitle = false, String? titleContent, Color titleBackgroundColor = Colors.white, Color backgroundColor = Colors.white})
DateTimePicker theme.
const

Properties

backgroundColor Color
final
cancel Widget?
Custom cancel Widget.
final
cancelTitle String
final
confirm Widget?
Custom confirm Widget.
final
confirmTitle String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTitle bool
Whether display title widget or not. If set false, the default cancel and confirm widgets will not display, but the custom title widget will display if had specified one custom title widget.
final
title Widget?
Custom title Widget. If specify a title widget, the cancel and confirm widgets will not display.
final
titleBackgroundColor Color
final
titleContent String?
final

Methods

copyWith({Widget? cancel, String? cancelTitle, Widget? confirm, String? confirmTitle, Widget? title, bool? showTitle, String? titleContent, Color? titleBackgroundColor, Color? backgroundColor}) BasePickerTitleConfig
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

Static Properties

config BasePickerTitleConfig
getter/setter pair