BasePickerTitleConfig class

Constructors

BasePickerTitleConfig.new({Widget? cancel, String cancelLocalized = "Cancel", Widget? confirm, String confirmLocalized = "Confirm", Widget? title, String titleLocalized = "", bool showTitle = true, String? titleContent})
const

Properties

cancel Widget?
Custom cancel Widget.
final
cancelLocalized String
final
confirm Widget?
Custom confirm Widget.
final
confirmLocalized 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
titleContent String?
final
titleLocalized String
final

Methods

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

defaultConfig BasePickerTitleConfig
getter/setter pair