appBarDoneButtonColor property

Color? appBarDoneButtonColor
getter/setter pair

The background color of the image selection completed button.

This color only applies to the doneButtonStyle of style DoneButtonStyle.outlinedButton.

Defaults to null. This results in appBarBackgroundColor being used.

Implementation

Color? appBarDoneButtonColor;