downloadButtonBackgroundColor property

Color? downloadButtonBackgroundColor
final

The background color of the download button in the dialog.

This property allows you to customize the appearance of the download button by specifying a Color. If no color is provided, the default color will be used.

Implementation

final Color? downloadButtonBackgroundColor;