strings top-level property
Implementation
KDialogStrings strings = KDialogStrings(
acceptButtonText: "ACCEPT",
confirmButtonText: "CONFIRM",
cancelButtonText: "CANCEL",
saveButtonText: "Save",
confirmationMessage: "Are you sure you want to proceed with this operation?",
errorRetryText: "RETRY",
searchLabelInputText: "Search",
bottomErrorAlertTitle: 'Error, Something was wrong...',
confirmDialogText: "Before proceeding, Please confirm this action.",
defaultDialogTitle: "Title!",
loadingDialogMessage: "Loading Please Wait...",
);