BasePickerTitleConfig constructor
const
BasePickerTitleConfig({})
Implementation
const BasePickerTitleConfig({
this.cancel,
this.cancelLocalized = "Cancel",
this.confirm,
this.confirmLocalized = "Confirm",
this.title,
this.titleLocalized = "",
this.showTitle = true,
this.titleContent,
});