BrnPickerTitleConfig class

Constructors

BrnPickerTitleConfig({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 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
titleContent String?
final

Methods

copyWith({Widget? cancel, Widget? confirm, Widget? title, bool? showTitle, String? titleContent}) BrnPickerTitleConfig
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 BrnPickerTitleConfig