syncProgressBuilder property

Widget Function(String title, String message, double progress)? syncProgressBuilder
final

Custom builder for the synchronization progress toast.

Implementation

final Widget Function(String title, String message, double progress)?
    syncProgressBuilder;