AlertDialogActionListEx<T> extension

on

Methods

convertToCupertinoDialogActions({required ActionCallback<T> onPressed}) List<Widget>
convertToMaterialDialogActions({required ActionCallback<T> onPressed, required Color destructiveColor, required bool fullyCapitalized}) List<Widget>
convertToSheetActions() List<SheetAction<T>>
findCancelLabel() String?