alertDialogBuilder property

Widget Function(BuildContext context, AlertInfo info)? alertDialogBuilder
final

If specified, this will be used to create the alert dialog rather than the default.

Implementation

final Widget Function(BuildContext context, AlertInfo info)?
    alertDialogBuilder;