menu
phoenix_picker package
documentation
base/picker_title_config.dart
PickerTitleConfig class
PickerTitleConfig class
dark_mode
light_mode
PickerTitleConfig
class
Constructors
PickerTitleConfig
({
Widget
?
cancel
,
Widget
?
confirm
,
Widget
?
title
,
bool
showTitle
=
pickerShowTitleDefault
,
String
?
titleContent
})
DateTimePicker theme.
const
Properties
cancel
→
Widget
?
Custom cancel
Widget
.
final
confirm
→
Widget
?
Custom confirm
Widget
.
final
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
titleContent
→
String
?
final
Methods
copyWith
(
{
Widget
?
cancel
,
Widget
?
confirm
,
Widget
?
title
,
bool
?
showTitle
,
String
?
titleContent
})
→
PickerTitleConfig
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
Constants
Default
→ const
PickerTitleConfig
phoenix_picker package
documentation
base/picker_title_config
PickerTitleConfig class
picker_title_config library